Html Css Color HEX #04BC75 Jade

📋 copy color: '#04BC75'

red 4 ◦ green 188 ◦ blue 117

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

Shades of Jade #04BC75

Tints of Jade #04BC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 1.29%
G = 60.84%
B = 37.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#04BC75 (or 0x04BC75) is known color: Jade. HEX triplet: 04, BC and 75. RGB value is (4,188,117). Sum of RGB (Red+Green+Blue) = 4+188+117=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC75 is #FB438A. Grayscale: #7C7C7C. Windows color (decimal): -16466827 or 7715844. OLE color: 7715844.

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

Color convert

RGB 4 188 117 -
CMYK 0.98 0 0.38 0.26
HSL 156.85º 0.96% 0.38% -
HSV(B) 156.85º 0.98% 0.74% -
XYZ 21.24 37.28 22.91 -
YUV 124.89 123.54 41.77 -
System Red Green Blue C M Y K H S L
Decimal 4 188 117 0.98 0 0.38 0.26 156.85 0.96 0.38
Hex 4 BC 75 62 0 26 1A 9D 60 26
Octal 4 274 165 142 0 46 32 235 140 46
Binary 100 10111100 1110101 1100010 0 100110 11010 10011101 1100000 100110

Color Harmonies of #04BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC75

Black with #04BC75

Text Example


Text Example

White with #04BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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