Html Css Color HEX #05BD10 Islamic Green

📋 copy color: '#05BD10'

red 5 ◦ green 189 ◦ blue 16

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

Shades of Islamic Green #05BD10

Tints of Islamic Green #05BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 90%

 BLUE value IS 16 (6.64% from 255) = 7.62%

R = 2.38%
G = 90%
B = 7.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#05BD10 (or 0x05BD10) is known color: Islamic Green. HEX triplet: 05, BD and 10. RGB value is (5,189,16). Sum of RGB (Red+Green+Blue) = 5+189+16=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 189 (74.22% from 255 or 90% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BD10 is #FA42EF. Grayscale: #727272. Windows color (decimal): -16401136 or 1096965. OLE color: 1096965.

HSL color Cylindrical-coordinate representation of color #05BD10: hue angle of 123.59º 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 #05BD10 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 189 16 -
CMYK 0.97 0 0.92 0.26
HSL 123.59º 0.95% 0.38% -
HSV(B) 123.59º 0.97% 0.74% -
XYZ 18.35 36.46 6.56 -
YUV 114.26 72.54 50.07 -
System Red Green Blue C M Y K H S L
Decimal 5 189 16 0.97 0 0.92 0.26 123.59 0.95 0.38
Hex 5 BD 10 61 0 5C 1A 7C 5F 26
Octal 5 275 20 141 0 134 32 174 137 46
Binary 101 10111101 10000 1100001 0 1011100 11010 1111100 1011111 100110

Color Harmonies of #05BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD10

Black with #05BD10

Text Example


Text Example

White with #05BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,189,16); }

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

background-color css

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

 a { background-color: rgb(5,189,16); }

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

border-color css

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

 span { border-color: rgb(5,189,16); }

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