Html Css Color HEX #21BB51 Dark Pastel Green

📋 copy color: '#21BB51'

red 33 ◦ green 187 ◦ blue 81

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

Shades of Dark Pastel Green #21BB51

Tints of Dark Pastel Green #21BB51

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.13%

 BLUE value IS 81 (32.03% from 255) = 26.91%

R = 10.96%
G = 62.13%
B = 26.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#21BB51 (or 0x21BB51) is known color: Dark Pastel Green. HEX triplet: 21, BB and 51. RGB value is (33,187,81). Sum of RGB (Red+Green+Blue) = 33+187+81=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #21BB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BB51 is #DE44AE. Grayscale: #818181. Windows color (decimal): -14566575 or 5356321. OLE color: 5356321.

HSL color Cylindrical-coordinate representation of color #21BB51: hue angle of 138.7º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BB51 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 187 81 -
CMYK 0.82 0 0.57 0.27
HSL 138.7º 0.7% 0.43% -
HSV(B) 138.7º 0.82% 0.73% -
XYZ 19.88 36.46 13.77 -
YUV 128.87 100.98 59.62 -
System Red Green Blue C M Y K H S L
Decimal 33 187 81 0.82 0 0.57 0.27 138.7 0.7 0.43
Hex 21 BB 51 52 0 39 1B 8B 46 2B
Octal 41 273 121 122 0 71 33 213 106 53
Binary 100001 10111011 1010001 1010010 0 111001 11011 10001011 1000110 101011

Color Harmonies of #21BB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BB51

Black with #21BB51

Text Example


Text Example

White with #21BB51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,187,81); }

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

background-color css

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

 a { background-color: rgb(33,187,81); }

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

border-color css

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

 span { border-color: rgb(33,187,81); }

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