Html Css Color HEX #04BD70 Jade

📋 copy color: '#04BD70'

red 4 ◦ green 189 ◦ blue 112

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

Shades of Jade #04BD70

Tints of Jade #04BD70

RGB

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

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

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

R = 1.31%
G = 61.97%
B = 36.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#04BD70 (or 0x04BD70) is known color: Jade. HEX triplet: 04, BD and 70. RGB value is (4,189,112). Sum of RGB (Red+Green+Blue) = 4+189+112=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD70 is #FB428F. Grayscale: #7D7D7D. Windows color (decimal): -16466576 or 7388420. OLE color: 7388420.

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

Color convert

RGB 4 189 112 -
CMYK 0.98 0 0.41 0.26
HSL 155.03º 0.96% 0.38% -
HSV(B) 155.03º 0.98% 0.74% -
XYZ 21.17 37.59 21.47 -
YUV 124.91 120.71 41.76 -
System Red Green Blue C M Y K H S L
Decimal 4 189 112 0.98 0 0.41 0.26 155.03 0.96 0.38
Hex 4 BD 70 62 0 29 1A 9B 60 26
Octal 4 275 160 142 0 51 32 233 140 46
Binary 100 10111101 1110000 1100010 0 101001 11010 10011011 1100000 100110

Color Harmonies of #04BD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD70

Black with #04BD70

Text Example


Text Example

White with #04BD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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