Html Css Color HEX #05B602 Islamic Green

📋 copy color: '#05B602'

red 5 ◦ green 182 ◦ blue 2

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

Shades of Islamic Green #05B602

Tints of Islamic Green #05B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 96.3%

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

R = 2.65%
G = 96.3%
B = 1.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#05B602 (or 0x05B602) is known color: Islamic Green. HEX triplet: 05, B6 and 02. RGB value is (5,182,2). Sum of RGB (Red+Green+Blue) = 5+182+2=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 182 (71.48% from 255 or 96.30% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 182 - color contains mainly: green. Hex color #05B602 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05B602 is #FA49FD. Grayscale: #6D6D6D. Windows color (decimal): -16402942 or 177669. OLE color: 177669.

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

Color convert

RGB 5 182 2 -
CMYK 0.97 0 0.99 0.29
HSL 119º 0.98% 0.36% -
HSV(B) 119º 0.99% 0.71% -
XYZ 16.8 33.49 5.64 -
YUV 108.56 67.86 54.14 -
System Red Green Blue C M Y K H S L
Decimal 5 182 2 0.97 0 0.99 0.29 119 0.98 0.36
Hex 5 B6 2 61 0 63 1D 77 62 24
Octal 5 266 2 141 0 143 35 167 142 44
Binary 101 10110110 10 1100001 0 1100011 11101 1110111 1100010 100100

Color Harmonies of #05B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B602

Black with #05B602

Text Example


Text Example

White with #05B602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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