Html Css Color HEX #04CD74 Jade

📋 copy color: '#04CD74'

red 4 ◦ green 205 ◦ blue 116

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

Shades of Jade #04CD74

Tints of Jade #04CD74

RGB

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

 GREEN value IS 205 (80.47% from 255) = 63.08%

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 1.23%
G = 63.08%
B = 35.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#04CD74 (or 0x04CD74) is known color: Jade. HEX triplet: 04, CD and 74. RGB value is (4,205,116). Sum of RGB (Red+Green+Blue) = 4+205+116=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #04CD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CD74 is #FB328B. Grayscale: #868686. Windows color (decimal): -16462476 or 7654660. OLE color: 7654660.

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

Color convert

RGB 4 205 116 -
CMYK 0.98 0 0.43 0.20
HSL 153.43º 0.96% 0.41% -
HSV(B) 153.43º 0.98% 0.8% -
XYZ 25.03 44.95 23.88 -
YUV 134.76 117.41 34.74 -
System Red Green Blue C M Y K H S L
Decimal 4 205 116 0.98 0 0.43 0.20 153.43 0.96 0.41
Hex 4 CD 74 62 0 2B 14 99 60 29
Octal 4 315 164 142 0 53 24 231 140 51
Binary 100 11001101 1110100 1100010 0 101011 10100 10011001 1100000 101001

Color Harmonies of #04CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CD74

Black with #04CD74

Text Example


Text Example

White with #04CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,205,116); }

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

background-color css

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

 a { background-color: rgb(4,205,116); }

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

border-color css

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

 span { border-color: rgb(4,205,116); }

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