Html Css Color HEX #04BD63 Jade

📋 copy color: '#04BD63'

red 4 ◦ green 189 ◦ blue 99

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

Shades of Jade #04BD63

Tints of Jade #04BD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 1.37%
G = 64.73%
B = 33.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#04BD63 (or 0x04BD63) is known color: Jade. HEX triplet: 04, BD and 63. RGB value is (4,189,99). Sum of RGB (Red+Green+Blue) = 4+189+99=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD63 is #FB429C. Grayscale: #7B7B7B. Windows color (decimal): -16466589 or 6536452. OLE color: 6536452.

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

Color convert

RGB 4 189 99 -
CMYK 0.98 0 0.48 0.26
HSL 150.81º 0.96% 0.38% -
HSV(B) 150.81º 0.98% 0.74% -
XYZ 20.5 37.32 17.93 -
YUV 123.43 114.21 42.82 -
System Red Green Blue C M Y K H S L
Decimal 4 189 99 0.98 0 0.48 0.26 150.81 0.96 0.38
Hex 4 BD 63 62 0 30 1A 97 60 26
Octal 4 275 143 142 0 60 32 227 140 46
Binary 100 10111101 1100011 1100010 0 110000 11010 10010111 1100000 100110

Color Harmonies of #04BD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD63

Black with #04BD63

Text Example


Text Example

White with #04BD63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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