Html Css Color HEX #70FE09 Bright Green

📋 copy color: '#70FE09'

red 112 ◦ green 254 ◦ blue 9

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

Shades of Bright Green #70FE09

Tints of Bright Green #70FE09

RGB

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

 GREEN value IS 254 (99.61% from 255) = 67.73%

 BLUE value IS 9 (3.91% from 255) = 2.4%

R = 29.87%
G = 67.73%
B = 2.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#70FE09 (or 0x70FE09) is known color: Bright Green. HEX triplet: 70, FE and 09. RGB value is (112,254,9). Sum of RGB (Red+Green+Blue) = 112+254+9=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FE09 is #8F01F6. Grayscale: #B8B8B8. Windows color (decimal): -9372151 or 654960. OLE color: 654960.

HSL color Cylindrical-coordinate representation of color #70FE09: hue angle of 94.78º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70FE09 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 254 9 -
CMYK 0.56 0 0.96 0.00
HSL 94.78º 0.99% 0.52% -
HSV(B) 94.78º 0.96% 1% -
XYZ 42.17 74.35 12.39 -
YUV 183.61 29.46 76.92 -
System Red Green Blue C M Y K H S L
Decimal 112 254 9 0.56 0 0.96 0.00 94.78 0.99 0.52
Hex 70 FE 9 38 0 60 0 5F 63 34
Octal 160 376 11 70 0 140 0 137 143 64
Binary 1110000 11111110 1001 111000 0 1100000 0 1011111 1100011 110100

Color Harmonies of #70FE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FE09

Black with #70FE09

Text Example


Text Example

White with #70FE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,254,9); }

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

background-color css

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

 a { background-color: rgb(112,254,9); }

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

border-color css

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

 span { border-color: rgb(112,254,9); }

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