Html Css Color HEX #04F272 Spring Green

📋 copy color: '#04F272'

red 4 ◦ green 242 ◦ blue 114

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

Shades of Spring Green #04F272

Tints of Spring Green #04F272

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.22%

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 1.11%
G = 67.22%
B = 31.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#04F272 (or 0x04F272) is known color: Spring Green. HEX triplet: 04, F2 and 72. RGB value is (4,242,114). Sum of RGB (Red+Green+Blue) = 4+242+114=360 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #04F272 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F272 is #FB0D8D. Grayscale: #9C9C9C. Windows color (decimal): -16453006 or 7533060. OLE color: 7533060.

HSL color Cylindrical-coordinate representation of color #04F272: hue angle of 147.73º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F272 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 242 114 -
CMYK 0.98 0 0.53 0.05
HSL 147.73º 0.97% 0.48% -
HSV(B) 147.73º 0.98% 0.95% -
XYZ 34.84 64.74 26.58 -
YUV 156.25 104.15 19.41 -
System Red Green Blue C M Y K H S L
Decimal 4 242 114 0.98 0 0.53 0.05 147.73 0.97 0.48
Hex 4 F2 72 62 0 35 5 94 61 30
Octal 4 362 162 142 0 65 5 224 141 60
Binary 100 11110010 1110010 1100010 0 110101 101 10010100 1100001 110000

Color Harmonies of #04F272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F272

Black with #04F272

Text Example


Text Example

White with #04F272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,242,114); }

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

background-color css

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

 a { background-color: rgb(4,242,114); }

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

border-color css

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

 span { border-color: rgb(4,242,114); }

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