Html Css Color HEX #05C202 Islamic Green

📋 copy color: '#05C202'

red 5 ◦ green 194 ◦ blue 2

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

Shades of Islamic Green #05C202

Tints of Islamic Green #05C202

RGB

 RED value IS 5 (2.34% from 255) = 2.49%

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 2.49%
G = 96.52%
B = 1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#05C202 (or 0x05C202) is known color: Islamic Green. HEX triplet: 05, C2 and 02. RGB value is (5,194,2). Sum of RGB (Red+Green+Blue) = 5+194+2=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 194 (76.17% from 255 or 96.52% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 194 - color contains mainly: green. Hex color #05C202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C202 is #FA3DFD. Grayscale: #747474. Windows color (decimal): -16399870 or 180741. OLE color: 180741.

HSL color Cylindrical-coordinate representation of color #05C202: hue angle of 119.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05C202 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 194 2 -
CMYK 0.97 0 0.99 0.24
HSL 119.06º 0.98% 0.38% -
HSV(B) 119.06º 0.99% 0.76% -
XYZ 19.37 38.62 6.49 -
YUV 115.6 63.88 49.11 -
System Red Green Blue C M Y K H S L
Decimal 5 194 2 0.97 0 0.99 0.24 119.06 0.98 0.38
Hex 5 C2 2 61 0 63 18 77 62 26
Octal 5 302 2 141 0 143 30 167 142 46
Binary 101 11000010 10 1100001 0 1100011 11000 1110111 1100010 100110

Color Harmonies of #05C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C202

Black with #05C202

Text Example


Text Example

White with #05C202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05C202;
 }
 .AnyTagClassName
 {
   color: #05C202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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