Html Css Color HEX #04C261 Jade

📋 copy color: '#04C261'

red 4 ◦ green 194 ◦ blue 97

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

Shades of Jade #04C261

Tints of Jade #04C261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.76%

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 1.36%
G = 65.76%
B = 32.88%

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

#04C261 (or 0x04C261) is known color: Jade. HEX triplet: 04, C2 and 61. RGB value is (4,194,97). Sum of RGB (Red+Green+Blue) = 4+194+97=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #04C261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C261 is #FB3D9E. Grayscale: #7E7E7E. Windows color (decimal): -16465311 or 6406660. OLE color: 6406660.

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

Color convert

RGB 4 194 97 -
CMYK 0.98 0 0.50 0.24
HSL 149.37º 0.96% 0.39% -
HSV(B) 149.37º 0.98% 0.76% -
XYZ 21.5 39.47 17.8 -
YUV 126.13 111.55 40.89 -
System Red Green Blue C M Y K H S L
Decimal 4 194 97 0.98 0 0.50 0.24 149.37 0.96 0.39
Hex 4 C2 61 62 0 32 18 95 60 27
Octal 4 302 141 142 0 62 30 225 140 47
Binary 100 11000010 1100001 1100010 0 110010 11000 10010101 1100000 100111

Color Harmonies of #04C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C261

Black with #04C261

Text Example


Text Example

White with #04C261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,194,97); }

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

background-color css

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

 a { background-color: rgb(4,194,97); }

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

border-color css

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

 span { border-color: rgb(4,194,97); }

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