Html Css Color HEX #04C368 Jade

📋 copy color: '#04C368'

red 4 ◦ green 195 ◦ blue 104

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

Shades of Jade #04C368

Tints of Jade #04C368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 1.32%
G = 64.36%
B = 34.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#04C368 (or 0x04C368) is known color: Jade. HEX triplet: 04, C3 and 68. RGB value is (4,195,104). Sum of RGB (Red+Green+Blue) = 4+195+104=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #04C368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C368 is #FB3C97. Grayscale: #7F7F7F. Windows color (decimal): -16465048 or 6865668. OLE color: 6865668.

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

Color convert

RGB 4 195 104 -
CMYK 0.98 0 0.47 0.24
HSL 151.41º 0.96% 0.39% -
HSV(B) 151.41º 0.98% 0.76% -
XYZ 22.06 40.06 19.67 -
YUV 127.52 114.72 39.9 -
System Red Green Blue C M Y K H S L
Decimal 4 195 104 0.98 0 0.47 0.24 151.41 0.96 0.39
Hex 4 C3 68 62 0 2F 18 97 60 27
Octal 4 303 150 142 0 57 30 227 140 47
Binary 100 11000011 1101000 1100010 0 101111 11000 10010111 1100000 100111

Color Harmonies of #04C368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C368

Black with #04C368

Text Example


Text Example

White with #04C368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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