Html Css Color HEX #04BF64 Jade

📋 copy color: '#04BF64'

red 4 ◦ green 191 ◦ blue 100

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

Shades of Jade #04BF64

Tints of Jade #04BF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 1.36%
G = 64.75%
B = 33.9%

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

#04BF64 (or 0x04BF64) is known color: Jade. HEX triplet: 04, BF and 64. RGB value is (4,191,100). Sum of RGB (Red+Green+Blue) = 4+191+100=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 191 (75% from 255 or 64.75% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BF64 is #FB409B. Grayscale: #7C7C7C. Windows color (decimal): -16466076 or 6602500. OLE color: 6602500.

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

Color convert

RGB 4 191 100 -
CMYK 0.98 0 0.48 0.25
HSL 150.8º 0.96% 0.38% -
HSV(B) 150.8º 0.98% 0.75% -
XYZ 20.98 38.21 18.33 -
YUV 124.71 114.05 41.9 -
System Red Green Blue C M Y K H S L
Decimal 4 191 100 0.98 0 0.48 0.25 150.8 0.96 0.38
Hex 4 BF 64 62 0 30 19 97 60 26
Octal 4 277 144 142 0 60 31 227 140 46
Binary 100 10111111 1100100 1100010 0 110000 11001 10010111 1100000 100110

Color Harmonies of #04BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BF64

Black with #04BF64

Text Example


Text Example

White with #04BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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