Html Css Color HEX #04FE70 Spring Green

📋 copy color: '#04FE70'

red 4 ◦ green 254 ◦ blue 112

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

Shades of Spring Green #04FE70

Tints of Spring Green #04FE70

RGB

 RED value IS 4 (1.95% from 255) = 1.08%

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 1.08%
G = 68.65%
B = 30.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#04FE70 (or 0x04FE70) is known color: Spring Green. HEX triplet: 04, FE and 70. RGB value is (4,254,112). Sum of RGB (Red+Green+Blue) = 4+254+112=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 254 (99.61% from 255 or 68.65% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FE70 is #FB018F. Grayscale: #A3A3A3. Windows color (decimal): -16449936 or 7405060. OLE color: 7405060.

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

Color convert

RGB 4 254 112 -
CMYK 0.98 0 0.56 0.00
HSL 145.92º 0.99% 0.51% -
HSV(B) 145.92º 0.98% 1% -
XYZ 38.42 72.08 27.22 -
YUV 163.06 99.18 14.55 -
System Red Green Blue C M Y K H S L
Decimal 4 254 112 0.98 0 0.56 0.00 145.92 0.99 0.51
Hex 4 FE 70 62 0 38 0 92 63 33
Octal 4 376 160 142 0 70 0 222 143 63
Binary 100 11111110 1110000 1100010 0 111000 0 10010010 1100011 110011

Color Harmonies of #04FE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FE70

Black with #04FE70

Text Example


Text Example

White with #04FE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04FE70; }

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

 H1.HeaderClassName
 {
   color: #04FE70;
 }
 .AnyTagClassName
 {
   color: #04FE70;
 }
</style>

background-color css

<style>
 a { background-color: #04FE70; }

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

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

border-color css

<style>
 span { border-color: #04FE70; }

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

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