Html Css Color HEX #21BE4A Dark Pastel Green

📋 copy color: '#21BE4A'

red 33 ◦ green 190 ◦ blue 74

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

Shades of Dark Pastel Green #21BE4A

Tints of Dark Pastel Green #21BE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 11.11%
G = 63.97%
B = 24.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#21BE4A (or 0x21BE4A) is known color: Dark Pastel Green. HEX triplet: 21, BE and 4A. RGB value is (33,190,74). Sum of RGB (Red+Green+Blue) = 33+190+74=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE4A is #DE41B5. Grayscale: #828282. Windows color (decimal): -14565814 or 4898337. OLE color: 4898337.

HSL color Cylindrical-coordinate representation of color #21BE4A: hue angle of 135.67º 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 #21BE4A is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 190 74 -
CMYK 0.83 0 0.61 0.25
HSL 135.67º 0.7% 0.44% -
HSV(B) 135.67º 0.83% 0.75% -
XYZ 20.28 37.64 12.68 -
YUV 129.83 96.49 58.93 -
System Red Green Blue C M Y K H S L
Decimal 33 190 74 0.83 0 0.61 0.25 135.67 0.7 0.44
Hex 21 BE 4A 53 0 3D 19 88 46 2C
Octal 41 276 112 123 0 75 31 210 106 54
Binary 100001 10111110 1001010 1010011 0 111101 11001 10001000 1000110 101100

Color Harmonies of #21BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BE4A

Black with #21BE4A

Text Example


Text Example

White with #21BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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