Html Css Color HEX #04F2AF Medium Spring Green

📋 copy color: '#04F2AF'

red 4 ◦ green 242 ◦ blue 175

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

Shades of Medium Spring Green #04F2AF

Tints of Medium Spring Green #04F2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 0.95%
G = 57.48%
B = 41.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#04F2AF (or 0x04F2AF) is known color: Medium Spring Green. HEX triplet: 04, F2 and AF. RGB value is (4,242,175). Sum of RGB (Red+Green+Blue) = 4+242+175=421 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #04F2AF is #FB0D50. Grayscale: #A3A3A3. Windows color (decimal): -16452945 or 11530756. OLE color: 11530756.

HSL color Cylindrical-coordinate representation of color #04F2AF: hue angle of 163.11º 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 #04F2AF is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 242 175 -
CMYK 0.98 0 0.28 0.05
HSL 163.11º 0.97% 0.48% -
HSV(B) 163.11º 0.98% 0.95% -
XYZ 39.54 66.63 51.33 -
YUV 163.2 134.65 14.45 -
System Red Green Blue C M Y K H S L
Decimal 4 242 175 0.98 0 0.28 0.05 163.11 0.97 0.48
Hex 4 F2 AF 62 0 1C 5 A3 61 30
Octal 4 362 257 142 0 34 5 243 141 60
Binary 100 11110010 10101111 1100010 0 11100 101 10100011 1100001 110000

Color Harmonies of #04F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F2AF

Black with #04F2AF

Text Example


Text Example

White with #04F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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