Html Css Color HEX #04BD77 Jade

📋 copy color: '#04BD77'

red 4 ◦ green 189 ◦ blue 119

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

Shades of Jade #04BD77

Tints of Jade #04BD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 1.28%
G = 60.58%
B = 38.14%

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

#04BD77 (or 0x04BD77) is known color: Jade. HEX triplet: 04, BD and 77. RGB value is (4,189,119). Sum of RGB (Red+Green+Blue) = 4+189+119=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD77 is #FB4288. Grayscale: #7D7D7D. Windows color (decimal): -16466569 or 7847172. OLE color: 7847172.

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

Color convert

RGB 4 189 119 -
CMYK 0.98 0 0.37 0.26
HSL 157.3º 0.96% 0.38% -
HSV(B) 157.3º 0.98% 0.74% -
XYZ 21.58 37.75 23.6 -
YUV 125.71 124.21 41.19 -
System Red Green Blue C M Y K H S L
Decimal 4 189 119 0.98 0 0.37 0.26 157.3 0.96 0.38
Hex 4 BD 77 62 0 25 1A 9D 60 26
Octal 4 275 167 142 0 45 32 235 140 46
Binary 100 10111101 1110111 1100010 0 100101 11010 10011101 1100000 100110

Color Harmonies of #04BD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD77

Black with #04BD77

Text Example


Text Example

White with #04BD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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