Html Css Color HEX #70FA06 Bright Green

📋 copy color: '#70FA06'

red 112 ◦ green 250 ◦ blue 6

#70FA06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #70FA06

Tints of Bright Green #70FA06

RGB

 RED value IS 112 (44.14% from 255) = 30.43%

 GREEN value IS 250 (98.05% from 255) = 67.93%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 30.43%
G = 67.93%
B = 1.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70FA06 (or 0x70FA06) is known color: Bright Green. HEX triplet: 70, FA and 06. RGB value is (112,250,6). Sum of RGB (Red+Green+Blue) = 112+250+6=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 250 (98.05% from 255 or 67.93% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FA06 is #8F05F9. Grayscale: #B5B5B5. Windows color (decimal): -9373178 or 457328. OLE color: 457328.

HSL color Cylindrical-coordinate representation of color #70FA06: hue angle of 93.93º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70FA06 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 250 6 -
CMYK 0.55 0 0.98 0.02
HSL 93.93º 0.96% 0.5% -
HSV(B) 93.93º 0.98% 0.98% -
XYZ 40.9 71.83 11.88 -
YUV 180.92 29.28 78.84 -
System Red Green Blue C M Y K H S L
Decimal 112 250 6 0.55 0 0.98 0.02 93.93 0.96 0.5
Hex 70 FA 6 37 0 62 2 5E 60 32
Octal 160 372 6 67 0 142 2 136 140 62
Binary 1110000 11111010 110 110111 0 1100010 10 1011110 1100000 110010

Color Harmonies of #70FA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FA06

Black with #70FA06

Text Example


Text Example

White with #70FA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70FA06; }

 p { color: rgb(112,250,6); }

 H1.HeaderClassName
 {
   color: #70FA06;
 }
 .AnyTagClassName
 {
   color: #70FA06;
 }
</style>

background-color css

<style>
 a { background-color: #70FA06; }

 a { background-color: rgb(112,250,6); }

 div.DivClassName
 {
   background-color: #70FA06;
 }
 .BgClassName
 {
   background-color: #70FA06;
 }
</style>

border-color css

<style>
 span { border-color: #70FA06; }

 span { border-color: rgb(112,250,6); }

 td.TdClassName
 {
   border-color: #70FA06;
 }
 .TagClassName
 {
   border-color: #70FA06;
 }
</style>