Html Css Color HEX #04CC71 Jade

📋 copy color: '#04CC71'

red 4 ◦ green 204 ◦ blue 113

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

Shades of Jade #04CC71

Tints of Jade #04CC71

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.55%

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 1.25%
G = 63.55%
B = 35.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#04CC71 (or 0x04CC71) is known color: Jade. HEX triplet: 04, CC and 71. RGB value is (4,204,113). Sum of RGB (Red+Green+Blue) = 4+204+113=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CC71 is #FB338E. Grayscale: #858585. Windows color (decimal): -16462735 or 7457796. OLE color: 7457796.

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

Color convert

RGB 4 204 113 -
CMYK 0.98 0 0.45 0.2
HSL 152.7º 0.96% 0.41% -
HSV(B) 152.7º 0.98% 0.8% -
XYZ 24.62 44.4 22.9 -
YUV 133.83 116.24 35.4 -
System Red Green Blue C M Y K H S L
Decimal 4 204 113 0.98 0 0.45 0.2 152.7 0.96 0.41
Hex 4 CC 71 62 0 2D 14 99 60 29
Octal 4 314 161 142 0 55 24 231 140 51
Binary 100 11001100 1110001 1100010 0 101101 10100 10011001 1100000 101001

Color Harmonies of #04CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC71

Black with #04CC71

Text Example


Text Example

White with #04CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,113); }

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

background-color css

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

 a { background-color: rgb(4,204,113); }

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

border-color css

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

 span { border-color: rgb(4,204,113); }

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