Html Css Color HEX #04B770 Jade

📋 copy color: '#04B770'

red 4 ◦ green 183 ◦ blue 112

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

Shades of Jade #04B770

Tints of Jade #04B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 61.2%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 1.34%
G = 61.2%
B = 37.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#04B770 (or 0x04B770) is known color: Jade. HEX triplet: 04, B7 and 70. RGB value is (4,183,112). Sum of RGB (Red+Green+Blue) = 4+183+112=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #04B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B770 is #FB488F. Grayscale: #797979. Windows color (decimal): -16468112 or 7386884. OLE color: 7386884.

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

Color convert

RGB 4 183 112 -
CMYK 0.98 0 0.39 0.28
HSL 156.2º 0.96% 0.37% -
HSV(B) 156.2º 0.98% 0.72% -
XYZ 19.91 35.06 21.05 -
YUV 121.39 122.7 44.27 -
System Red Green Blue C M Y K H S L
Decimal 4 183 112 0.98 0 0.39 0.28 156.2 0.96 0.37
Hex 4 B7 70 62 0 27 1C 9C 60 25
Octal 4 267 160 142 0 47 34 234 140 45
Binary 100 10110111 1110000 1100010 0 100111 11100 10011100 1100000 100101

Color Harmonies of #04B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B770

Black with #04B770

Text Example


Text Example

White with #04B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,183,112); }

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

background-color css

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

 a { background-color: rgb(4,183,112); }

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

border-color css

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

 span { border-color: rgb(4,183,112); }

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