Html Css Color HEX #04BF63 Jade

📋 copy color: '#04BF63'

red 4 ◦ green 191 ◦ blue 99

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

Shades of Jade #04BF63

Tints of Jade #04BF63

RGB

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

 GREEN value IS 191 (75% from 255) = 64.97%

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

R = 1.36%
G = 64.97%
B = 33.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#04BF63 (or 0x04BF63) is known color: Jade. HEX triplet: 04, BF and 63. RGB value is (4,191,99). Sum of RGB (Red+Green+Blue) = 4+191+99=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BF63 is #FB409C. Grayscale: #7C7C7C. Windows color (decimal): -16466077 or 6536964. OLE color: 6536964.

HSL color Cylindrical-coordinate representation of color #04BF63: hue angle of 150.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BF63 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 191 99 -
CMYK 0.98 0 0.48 0.25
HSL 150.48º 0.96% 0.38% -
HSV(B) 150.48º 0.98% 0.75% -
XYZ 20.93 38.19 18.07 -
YUV 124.6 113.55 41.98 -
System Red Green Blue C M Y K H S L
Decimal 4 191 99 0.98 0 0.48 0.25 150.48 0.96 0.38
Hex 4 BF 63 62 0 30 19 96 60 26
Octal 4 277 143 142 0 60 31 226 140 46
Binary 100 10111111 1100011 1100010 0 110000 11001 10010110 1100000 100110

Color Harmonies of #04BF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BF63

Black with #04BF63

Text Example


Text Example

White with #04BF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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