Html Css Color HEX #04BD72 Jade

📋 copy color: '#04BD72'

red 4 ◦ green 189 ◦ blue 114

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

Shades of Jade #04BD72

Tints of Jade #04BD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 1.3%
G = 61.56%
B = 37.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#04BD72 (or 0x04BD72) is known color: Jade. HEX triplet: 04, BD and 72. RGB value is (4,189,114). Sum of RGB (Red+Green+Blue) = 4+189+114=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD72 is #FB428D. Grayscale: #7D7D7D. Windows color (decimal): -16466574 or 7519492. OLE color: 7519492.

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

Color convert

RGB 4 189 114 -
CMYK 0.98 0 0.40 0.26
HSL 155.68º 0.96% 0.38% -
HSV(B) 155.68º 0.98% 0.74% -
XYZ 21.28 37.64 22.06 -
YUV 125.14 121.71 41.6 -
System Red Green Blue C M Y K H S L
Decimal 4 189 114 0.98 0 0.40 0.26 155.68 0.96 0.38
Hex 4 BD 72 62 0 28 1A 9C 60 26
Octal 4 275 162 142 0 50 32 234 140 46
Binary 100 10111101 1110010 1100010 0 101000 11010 10011100 1100000 100110

Color Harmonies of #04BD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD72

Black with #04BD72

Text Example


Text Example

White with #04BD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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