#05B80F

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

Shades of Islamic Green #05B80F

Tints of Islamic Green #05B80F

Color information

#05B80F (or 0x05B80F) is unknown color: approx Islamic Green. HEX triplet: 05, B8 and 0F. RGB value is (5,184,15). Sum of RGB (Red+Green+Blue) = 5+184+15=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 184 (72.27% from 255 or 90.20% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 184 - color contains mainly: green. Hex color #05B80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05B80F is #FA47F0. Grayscale: #6F6F6F. Windows color (decimal): -16402417 or 1030149. OLE color: 1030149.

HSL color Cylindrical-coordinate representation of color #05B80F: hue angle of 123.35º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B80F is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB518415-
CMYK0.9700.920.28
HSL123.35º94.71%37.06%-
HSV(B)123.35º97.28%72.16%-
XYZ17.2934.356.17-
YUV111.2173.752.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 184 (72.27% from 255) = 90.20%
BLUE value IS 15 (6.25% from 255) = 7.35%
R=2.45%
G=90.20%
B=7.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5184150.9700.920.28123.3594.7137.06
Hex5B8F6105C1C7b5f25
Octal52701714101343417313745
Binary1011011100011111100001010111001110011110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,184,15); }

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

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

 a { background-color: rgb(5,184,15); }

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

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

 span { border-color: rgb(5,184,15); }

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