Html Css Color HEX #04BB70 Jade

📋 copy color: '#04BB70'

red 4 ◦ green 187 ◦ blue 112

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

Shades of Jade #04BB70

Tints of Jade #04BB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 61.72%

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

R = 1.32%
G = 61.72%
B = 36.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#04BB70 (or 0x04BB70) is known color: Jade. HEX triplet: 04, BB and 70. RGB value is (4,187,112). Sum of RGB (Red+Green+Blue) = 4+187+112=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 187 (73.44% from 255 or 61.72% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB70 is #FB448F. Grayscale: #7B7B7B. Windows color (decimal): -16467088 or 7387908. OLE color: 7387908.

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

Color convert

RGB 4 187 112 -
CMYK 0.98 0 0.40 0.27
HSL 155.41º 0.96% 0.37% -
HSV(B) 155.41º 0.98% 0.73% -
XYZ 20.75 36.74 21.33 -
YUV 123.73 121.37 42.6 -
System Red Green Blue C M Y K H S L
Decimal 4 187 112 0.98 0 0.40 0.27 155.41 0.96 0.37
Hex 4 BB 70 62 0 28 1B 9B 60 25
Octal 4 273 160 142 0 50 33 233 140 45
Binary 100 10111011 1110000 1100010 0 101000 11011 10011011 1100000 100101

Color Harmonies of #04BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB70

Black with #04BB70

Text Example


Text Example

White with #04BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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