Html Css Color HEX #21BF4C Dark Pastel Green

📋 copy color: '#21BF4C'

red 33 ◦ green 191 ◦ blue 76

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

Shades of Dark Pastel Green #21BF4C

Tints of Dark Pastel Green #21BF4C

RGB

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

 GREEN value IS 191 (75% from 255) = 63.67%

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 11%
G = 63.67%
B = 25.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#21BF4C (or 0x21BF4C) is known color: Dark Pastel Green. HEX triplet: 21, BF and 4C. RGB value is (33,191,76). Sum of RGB (Red+Green+Blue) = 33+191+76=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF4C is #DE40B3. Grayscale: #828282. Windows color (decimal): -14565556 or 5029665. OLE color: 5029665.

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

Color convert

RGB 33 191 76 -
CMYK 0.83 0 0.60 0.25
HSL 136.33º 0.71% 0.44% -
HSV(B) 136.33º 0.83% 0.75% -
XYZ 20.56 38.11 13.11 -
YUV 130.65 97.15 58.35 -
System Red Green Blue C M Y K H S L
Decimal 33 191 76 0.83 0 0.60 0.25 136.33 0.71 0.44
Hex 21 BF 4C 53 0 3C 19 88 47 2C
Octal 41 277 114 123 0 74 31 210 107 54
Binary 100001 10111111 1001100 1010011 0 111100 11001 10001000 1000111 101100

Color Harmonies of #21BF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BF4C

Black with #21BF4C

Text Example


Text Example

White with #21BF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,191,76); }

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

background-color css

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

 a { background-color: rgb(33,191,76); }

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

border-color css

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

 span { border-color: rgb(33,191,76); }

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