Html Css Color HEX #05C502 Islamic Green

📋 copy color: '#05C502'

red 5 ◦ green 197 ◦ blue 2

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

Shades of Islamic Green #05C502

Tints of Islamic Green #05C502

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 value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#05C502 (or 0x05C502) is known color: 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

RGB 5 197 2 -
CMYK 0.97 0 0.99 0.23
HSL 119.08º 0.98% 0.39% -
HSV(B) 119.08º 0.99% 0.77% -
XYZ 20.04 39.97 6.72 -
YUV 117.36 62.89 47.86 -
System Red Green Blue C M Y K H S L
Decimal 5 197 2 0.97 0 0.99 0.23 119.08 0.98 0.39
Hex 5 C5 2 61 0 63 17 77 62 27
Octal 5 305 2 141 0 143 27 167 142 47
Binary 101 11000101 10 1100001 0 1100011 10111 1110111 1100010 100111

Color Harmonies of #05C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C502

Black with #05C502

Text Example


Text Example

White with #05C502

Text Example


Text Example

HTML Codes & Css Web 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>