#05C502

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

Shades of Islamic Green #05C502

Tints of Islamic Green #05C502

Color information

#05C502 (or 0x05C502) is unknown color: approx Islamic Green. HEX triplet: 05, C5 and 02. RGB value is (5,197,2). Sum of RGB (Red+Green+Blue) = 5+197+2=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 197 (77.34% from 255 or 96.57% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 197 - color contains mainly: green. Hex color #05C502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C502 is #FA3AFD. Grayscale: #757575. Windows color (decimal): -16399102 or 181509. OLE color: 181509.

HSL color Cylindrical-coordinate representation of color #05C502: hue angle of 119.08º 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 #05C502 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB51972-
CMYK0.9700.990.23
HSL119.08º97.99%39.02%-
HSV(B)119.08º98.98%77.25%-
XYZ20.0439.976.72-
YUV117.3662.8947.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 197 (77.34% from 255) = 96.57%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=2.45%
G=96.57%
B=0.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal519720.9700.990.23119.0897.9939.02
Hex5C526106317776227
Octal5305214101432716714247
Binary10111000101101100001011000111011111101111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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