Html Css Color HEX #21BE4D Dark Pastel Green

📋 copy color: '#21BE4D'

red 33 ◦ green 190 ◦ blue 77

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

Shades of Dark Pastel Green #21BE4D

Tints of Dark Pastel Green #21BE4D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.33%

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

R = 11%
G = 63.33%
B = 25.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#21BE4D (or 0x21BE4D) is known color: Dark Pastel Green. HEX triplet: 21, BE and 4D. RGB value is (33,190,77). Sum of RGB (Red+Green+Blue) = 33+190+77=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BE4D is #DE41B2. Grayscale: #828282. Windows color (decimal): -14565811 or 5094945. OLE color: 5094945.

HSL color Cylindrical-coordinate representation of color #21BE4D: hue angle of 136.82º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BE4D is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 190 77 -
CMYK 0.83 0 0.59 0.25
HSL 136.82º 0.7% 0.44% -
HSV(B) 136.82º 0.83% 0.75% -
XYZ 20.38 37.69 13.22 -
YUV 130.18 97.99 58.69 -
System Red Green Blue C M Y K H S L
Decimal 33 190 77 0.83 0 0.59 0.25 136.82 0.7 0.44
Hex 21 BE 4D 53 0 3B 19 89 46 2C
Octal 41 276 115 123 0 73 31 211 106 54
Binary 100001 10111110 1001101 1010011 0 111011 11001 10001001 1000110 101100

Color Harmonies of #21BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BE4D

Black with #21BE4D

Text Example


Text Example

White with #21BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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