Html Css Color HEX #04C362 Jade

📋 copy color: '#04C362'

red 4 ◦ green 195 ◦ blue 98

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

Shades of Jade #04C362

Tints of Jade #04C362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33%

R = 1.35%
G = 65.66%
B = 33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#04C362 (or 0x04C362) is known color: Jade. HEX triplet: 04, C3 and 62. RGB value is (4,195,98). Sum of RGB (Red+Green+Blue) = 4+195+98=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 195 (76.56% from 255 or 65.66% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 195 - color contains mainly: green. Hex color #04C362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C362 is #FB3C9D. Grayscale: #7F7F7F. Windows color (decimal): -16465054 or 6472452. OLE color: 6472452.

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

Color convert

RGB 4 195 98 -
CMYK 0.98 0 0.50 0.24
HSL 149.53º 0.96% 0.39% -
HSV(B) 149.53º 0.98% 0.76% -
XYZ 21.77 39.94 18.12 -
YUV 126.83 111.72 40.39 -
System Red Green Blue C M Y K H S L
Decimal 4 195 98 0.98 0 0.50 0.24 149.53 0.96 0.39
Hex 4 C3 62 62 0 32 18 96 60 27
Octal 4 303 142 142 0 62 30 226 140 47
Binary 100 11000011 1100010 1100010 0 110010 11000 10010110 1100000 100111

Color Harmonies of #04C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C362

Black with #04C362

Text Example


Text Example

White with #04C362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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