Html Css Color HEX #05BC15 Islamic Green

📋 copy color: '#05BC15'

red 5 ◦ green 188 ◦ blue 21

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

Shades of Islamic Green #05BC15

Tints of Islamic Green #05BC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 87.85%

 BLUE value IS 21 (8.59% from 255) = 9.81%

R = 2.34%
G = 87.85%
B = 9.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#05BC15 (or 0x05BC15) is known color: Islamic Green. HEX triplet: 05, BC and 15. RGB value is (5,188,21). Sum of RGB (Red+Green+Blue) = 5+188+21=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 188 (73.83% from 255 or 87.85% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BC15 is #FA43EA. Grayscale: #727272. Windows color (decimal): -16401387 or 1424389. OLE color: 1424389.

HSL color Cylindrical-coordinate representation of color #05BC15: hue angle of 125.25º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BC15 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 188 21 -
CMYK 0.97 0 0.89 0.26
HSL 125.25º 0.95% 0.38% -
HSV(B) 125.25º 0.97% 0.74% -
XYZ 18.18 36.05 6.71 -
YUV 114.25 75.37 50.08 -
System Red Green Blue C M Y K H S L
Decimal 5 188 21 0.97 0 0.89 0.26 125.25 0.95 0.38
Hex 5 BC 15 61 0 59 1A 7D 5F 26
Octal 5 274 25 141 0 131 32 175 137 46
Binary 101 10111100 10101 1100001 0 1011001 11010 1111101 1011111 100110

Color Harmonies of #05BC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC15

Black with #05BC15

Text Example


Text Example

White with #05BC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,188,21); }

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

background-color css

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

 a { background-color: rgb(5,188,21); }

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

border-color css

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

 span { border-color: rgb(5,188,21); }

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