Html Css Color HEX #04BD60 Jade

📋 copy color: '#04BD60'

red 4 ◦ green 189 ◦ blue 96

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

Shades of Jade #04BD60

Tints of Jade #04BD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 1.38%
G = 65.4%
B = 33.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#04BD60 (or 0x04BD60) is known color: Jade. HEX triplet: 04, BD and 60. RGB value is (4,189,96). Sum of RGB (Red+Green+Blue) = 4+189+96=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD60 is #FB429F. Grayscale: #7B7B7B. Windows color (decimal): -16466592 or 6339844. OLE color: 6339844.

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

Color convert

RGB 4 189 96 -
CMYK 0.98 0 0.49 0.26
HSL 149.84º 0.96% 0.38% -
HSV(B) 149.84º 0.98% 0.74% -
XYZ 20.36 37.27 17.19 -
YUV 123.08 112.71 43.06 -
System Red Green Blue C M Y K H S L
Decimal 4 189 96 0.98 0 0.49 0.26 149.84 0.96 0.38
Hex 4 BD 60 62 0 31 1A 96 60 26
Octal 4 275 140 142 0 61 32 226 140 46
Binary 100 10111101 1100000 1100010 0 110001 11010 10010110 1100000 100110

Color Harmonies of #04BD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD60

Black with #04BD60

Text Example


Text Example

White with #04BD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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