Html Css Color HEX #04CE72 Jade

📋 copy color: '#04CE72'

red 4 ◦ green 206 ◦ blue 114

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

Shades of Jade #04CE72

Tints of Jade #04CE72

RGB

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

 GREEN value IS 206 (80.86% from 255) = 63.58%

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

R = 1.23%
G = 63.58%
B = 35.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#04CE72 (or 0x04CE72) is known color: Jade. HEX triplet: 04, CE and 72. RGB value is (4,206,114). Sum of RGB (Red+Green+Blue) = 4+206+114=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 206 (80.86% from 255 or 63.58% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CE72 is #FB318D. Grayscale: #878787. Windows color (decimal): -16462222 or 7523844. OLE color: 7523844.

HSL color Cylindrical-coordinate representation of color #04CE72: hue angle of 152.67º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CE72 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 206 114 -
CMYK 0.98 0 0.45 0.19
HSL 152.67º 0.96% 0.41% -
HSV(B) 152.67º 0.98% 0.81% -
XYZ 25.16 45.38 23.35 -
YUV 135.11 116.08 34.48 -
System Red Green Blue C M Y K H S L
Decimal 4 206 114 0.98 0 0.45 0.19 152.67 0.96 0.41
Hex 4 CE 72 62 0 2D 13 99 60 29
Octal 4 316 162 142 0 55 23 231 140 51
Binary 100 11001110 1110010 1100010 0 101101 10011 10011001 1100000 101001

Color Harmonies of #04CE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CE72

Black with #04CE72

Text Example


Text Example

White with #04CE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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