Html Css Color HEX #04BC65 Jade

📋 copy color: '#04BC65'

red 4 ◦ green 188 ◦ blue 101

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

Shades of Jade #04BC65

Tints of Jade #04BC65

RGB

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

 GREEN value IS 188 (73.83% from 255) = 64.16%

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 1.37%
G = 64.16%
B = 34.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#04BC65 (or 0x04BC65) is known color: Jade. HEX triplet: 04, BC and 65. RGB value is (4,188,101). Sum of RGB (Red+Green+Blue) = 4+188+101=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC65 is #FB439A. Grayscale: #7B7B7B. Windows color (decimal): -16466843 or 6667268. OLE color: 6667268.

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

Color convert

RGB 4 188 101 -
CMYK 0.98 0 0.46 0.26
HSL 151.63º 0.96% 0.38% -
HSV(B) 151.63º 0.98% 0.74% -
XYZ 20.38 36.93 18.37 -
YUV 123.07 115.54 43.07 -
System Red Green Blue C M Y K H S L
Decimal 4 188 101 0.98 0 0.46 0.26 151.63 0.96 0.38
Hex 4 BC 65 62 0 2E 1A 98 60 26
Octal 4 274 145 142 0 56 32 230 140 46
Binary 100 10111100 1100101 1100010 0 101110 11010 10011000 1100000 100110

Color Harmonies of #04BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC65

Black with #04BC65

Text Example


Text Example

White with #04BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,188,101); }

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

background-color css

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

 a { background-color: rgb(4,188,101); }

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

border-color css

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

 span { border-color: rgb(4,188,101); }

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