Html Css Color HEX #04B970 Jade

📋 copy color: '#04B970'

red 4 ◦ green 185 ◦ blue 112

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

Shades of Jade #04B970

Tints of Jade #04B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.46%

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

R = 1.33%
G = 61.46%
B = 37.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#04B970 (or 0x04B970) is known color: Jade. HEX triplet: 04, B9 and 70. RGB value is (4,185,112). Sum of RGB (Red+Green+Blue) = 4+185+112=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #04B970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B970 is #FB468F. Grayscale: #7A7A7A. Windows color (decimal): -16467600 or 7387396. OLE color: 7387396.

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

Color convert

RGB 4 185 112 -
CMYK 0.98 0 0.39 0.27
HSL 155.8º 0.96% 0.37% -
HSV(B) 155.8º 0.98% 0.73% -
XYZ 20.32 35.89 21.19 -
YUV 122.56 122.03 43.44 -
System Red Green Blue C M Y K H S L
Decimal 4 185 112 0.98 0 0.39 0.27 155.8 0.96 0.37
Hex 4 B9 70 62 0 27 1B 9C 60 25
Octal 4 271 160 142 0 47 33 234 140 45
Binary 100 10111001 1110000 1100010 0 100111 11011 10011100 1100000 100101

Color Harmonies of #04B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B970

Black with #04B970

Text Example


Text Example

White with #04B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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