Html Css Color HEX #21B954 Dark Pastel Green

📋 copy color: '#21B954'

red 33 ◦ green 185 ◦ blue 84

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

Shades of Dark Pastel Green #21B954

Tints of Dark Pastel Green #21B954

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.26%

 BLUE value IS 84 (33.2% from 255) = 27.81%

R = 10.93%
G = 61.26%
B = 27.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#21B954 (or 0x21B954) is known color: Dark Pastel Green. HEX triplet: 21, B9 and 54. RGB value is (33,185,84). Sum of RGB (Red+Green+Blue) = 33+185+84=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #21B954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B954 is #DE46AB. Grayscale: #808080. Windows color (decimal): -14567084 or 5552417. OLE color: 5552417.

HSL color Cylindrical-coordinate representation of color #21B954: hue angle of 140.13º 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 #21B954 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 185 84 -
CMYK 0.82 0 0.55 0.27
HSL 140.13º 0.7% 0.43% -
HSV(B) 140.13º 0.82% 0.73% -
XYZ 19.58 35.66 14.24 -
YUV 128.04 103.14 60.21 -
System Red Green Blue C M Y K H S L
Decimal 33 185 84 0.82 0 0.55 0.27 140.13 0.7 0.43
Hex 21 B9 54 52 0 37 1B 8C 46 2B
Octal 41 271 124 122 0 67 33 214 106 53
Binary 100001 10111001 1010100 1010010 0 110111 11011 10001100 1000110 101011

Color Harmonies of #21B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B954

Black with #21B954

Text Example


Text Example

White with #21B954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,185,84); }

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

background-color css

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

 a { background-color: rgb(33,185,84); }

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

border-color css

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

 span { border-color: rgb(33,185,84); }

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