Html Css Color HEX #21B74D Dark Pastel Green

📋 copy color: '#21B74D'

red 33 ◦ green 183 ◦ blue 77

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

Shades of Dark Pastel Green #21B74D

Tints of Dark Pastel Green #21B74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 62.46%

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 11.26%
G = 62.46%
B = 26.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#21B74D (or 0x21B74D) is known color: Dark Pastel Green. HEX triplet: 21, B7 and 4D. RGB value is (33,183,77). Sum of RGB (Red+Green+Blue) = 33+183+77=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #21B74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B74D is #DE48B2. Grayscale: #7E7E7E. Windows color (decimal): -14567603 or 5093153. OLE color: 5093153.

HSL color Cylindrical-coordinate representation of color #21B74D: hue angle of 137.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B74D is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 33 183 77 -
CMYK 0.82 0 0.58 0.28
HSL 137.6º 0.69% 0.42% -
HSV(B) 137.6º 0.82% 0.72% -
XYZ 18.9 34.73 12.73 -
YUV 126.07 100.31 61.62 -
System Red Green Blue C M Y K H S L
Decimal 33 183 77 0.82 0 0.58 0.28 137.6 0.69 0.42
Hex 21 B7 4D 52 0 3A 1C 8A 45 2A
Octal 41 267 115 122 0 72 34 212 105 52
Binary 100001 10110111 1001101 1010010 0 111010 11100 10001010 1000101 101010

Color Harmonies of #21B74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B74D

Black with #21B74D

Text Example


Text Example

White with #21B74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,183,77); }

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

background-color css

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

 a { background-color: rgb(33,183,77); }

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

border-color css

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

 span { border-color: rgb(33,183,77); }

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