Html Css Color HEX #21B200 Islamic Green

📋 copy color: '#21B200'

red 33 ◦ green 178 ◦ blue 0

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

Shades of Islamic Green #21B200

Tints of Islamic Green #21B200

RGB

 RED value IS 33 (13.28% from 255) = 15.64%

 GREEN value IS 178 (69.92% from 255) = 84.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.64%
G = 84.36%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#21B200 (or 0x21B200) is known color: Islamic Green. HEX triplet: 21, B2 and 00. RGB value is (33,178,0). Sum of RGB (Red+Green+Blue) = 33+178+0=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 178 (69.92% from 255 or 84.36% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 178 - color contains mainly: green. Hex color #21B200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21B200 is #DE4DFF. Grayscale: #727272. Windows color (decimal): -14568960 or 45601. OLE color: 45601.

HSL color Cylindrical-coordinate representation of color #21B200: hue angle of 108.88º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21B200 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 178 0 -
CMYK 0.81 0 1 0.30
HSL 108.88º 1% 0.35% -
HSV(B) 108.88º 1% 0.7% -
XYZ 16.55 32.16 5.34 -
YUV 114.35 63.46 69.97 -
System Red Green Blue C M Y K H S L
Decimal 33 178 0 0.81 0 1 0.30 108.88 1 0.35
Hex 21 B2 0 51 0 64 1E 6D 64 23
Octal 41 262 0 121 0 144 36 155 144 43
Binary 100001 10110010 0 1010001 0 1100100 11110 1101101 1100100 100011

Color Harmonies of #21B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B200

Black with #21B200

Text Example


Text Example

White with #21B200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21B200; }

 p { color: rgb(33,178,0); }

 H1.HeaderClassName
 {
   color: #21B200;
 }
 .AnyTagClassName
 {
   color: #21B200;
 }
</style>

background-color css

<style>
 a { background-color: #21B200; }

 a { background-color: rgb(33,178,0); }

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

border-color css

<style>
 span { border-color: #21B200; }

 span { border-color: rgb(33,178,0); }

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