Html Css Color HEX #04BD78 Jade

📋 copy color: '#04BD78'

red 4 ◦ green 189 ◦ blue 120

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

Shades of Jade #04BD78

Tints of Jade #04BD78

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.38%

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 1.28%
G = 60.38%
B = 38.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#04BD78 (or 0x04BD78) is known color: Jade. HEX triplet: 04, BD and 78. RGB value is (4,189,120). Sum of RGB (Red+Green+Blue) = 4+189+120=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD78 is #FB4287. Grayscale: #7D7D7D. Windows color (decimal): -16466568 or 7912708. OLE color: 7912708.

HSL color Cylindrical-coordinate representation of color #04BD78: hue angle of 157.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BD78 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 189 120 -
CMYK 0.98 0 0.37 0.26
HSL 157.62º 0.96% 0.38% -
HSV(B) 157.62º 0.98% 0.74% -
XYZ 21.64 37.78 23.92 -
YUV 125.82 124.71 41.11 -
System Red Green Blue C M Y K H S L
Decimal 4 189 120 0.98 0 0.37 0.26 157.62 0.96 0.38
Hex 4 BD 78 62 0 25 1A 9E 60 26
Octal 4 275 170 142 0 45 32 236 140 46
Binary 100 10111101 1111000 1100010 0 100101 11010 10011110 1100000 100110

Color Harmonies of #04BD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD78

Black with #04BD78

Text Example


Text Example

White with #04BD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,189,120); }

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

background-color css

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

 a { background-color: rgb(4,189,120); }

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

border-color css

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

 span { border-color: rgb(4,189,120); }

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