Html Css Color HEX #04C365 Jade

📋 copy color: '#04C365'

red 4 ◦ green 195 ◦ blue 101

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

Shades of Jade #04C365

Tints of Jade #04C365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65%

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

R = 1.33%
G = 65%
B = 33.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#04C365 (or 0x04C365) is known color: Jade. HEX triplet: 04, C3 and 65. RGB value is (4,195,101). Sum of RGB (Red+Green+Blue) = 4+195+101=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #04C365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C365 is #FB3C9A. Grayscale: #7F7F7F. Windows color (decimal): -16465051 or 6669060. OLE color: 6669060.

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

Color convert

RGB 4 195 101 -
CMYK 0.98 0 0.48 0.24
HSL 150.47º 0.96% 0.39% -
HSV(B) 150.47º 0.98% 0.76% -
XYZ 21.91 40 18.88 -
YUV 127.18 113.22 40.14 -
System Red Green Blue C M Y K H S L
Decimal 4 195 101 0.98 0 0.48 0.24 150.47 0.96 0.39
Hex 4 C3 65 62 0 30 18 96 60 27
Octal 4 303 145 142 0 60 30 226 140 47
Binary 100 11000011 1100101 1100010 0 110000 11000 10010110 1100000 100111

Color Harmonies of #04C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C365

Black with #04C365

Text Example


Text Example

White with #04C365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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