Html Css Color HEX #05BD14 Islamic Green

📋 copy color: '#05BD14'

red 5 ◦ green 189 ◦ blue 20

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

Shades of Islamic Green #05BD14

Tints of Islamic Green #05BD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 2.34%
G = 88.32%
B = 9.35%

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

#05BD14 (or 0x05BD14) is known color: Islamic Green. HEX triplet: 05, BD and 14. RGB value is (5,189,20). Sum of RGB (Red+Green+Blue) = 5+189+20=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 189 (74.22% from 255 or 88.32% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BD14 is #FA42EB. Grayscale: #737373. Windows color (decimal): -16401132 or 1359109. OLE color: 1359109.

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

Color convert

RGB 5 189 20 -
CMYK 0.97 0 0.89 0.26
HSL 124.89º 0.95% 0.38% -
HSV(B) 124.89º 0.97% 0.74% -
XYZ 18.39 36.48 6.73 -
YUV 114.72 74.54 49.74 -
System Red Green Blue C M Y K H S L
Decimal 5 189 20 0.97 0 0.89 0.26 124.89 0.95 0.38
Hex 5 BD 14 61 0 59 1A 7D 5F 26
Octal 5 275 24 141 0 131 32 175 137 46
Binary 101 10111101 10100 1100001 0 1011001 11010 1111101 1011111 100110

Color Harmonies of #05BD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD14

Black with #05BD14

Text Example


Text Example

White with #05BD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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