#04C502

Color #04C502 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #04C502

Tints of Islamic Green #04C502

Color information

#04C502 (or 0x04C502) is unknown color: approx Islamic Green. HEX triplet: 04, C5 and 02. RGB value is (4,197,2). Sum of RGB (Red+Green+Blue) = 4+197+2=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 197 (77.34% from 255 or 97.04% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 197 - color contains mainly: green. Hex color #04C502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C502 is #FB3AFD. Grayscale: #757575. Windows color (decimal): -16464638 or 181508. OLE color: 181508.

HSL color Cylindrical-coordinate representation of color #04C502: hue angle of 119.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04C502 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB41972-
CMYK0.9800.990.23
HSL119.38º97.99%39.02%-
HSV(B)119.38º98.98%77.25%-
XYZ20.0339.966.72-
YUV117.0663.0647.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.97%
GREEN value IS 197 (77.34% from 255) = 97.04%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=1.97%
G=97.04%
B=0.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal419720.9800.990.23119.3897.9939.02
Hex4C526206317776227
Octal4305214201432716714247
Binary10011000101101100010011000111011111101111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,197,2); }

 H1.HeaderClassName
 {
   color: #04C502;
 }
 .AnyTagClassName
 {
   color: #04C502;
 }
</style>
background-color css

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

 a { background-color: rgb(4,197,2); }

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

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

 span { border-color: rgb(4,197,2); }

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