Html Css Color HEX #21C445 Dark Pastel Green

📋 copy color: '#21C445'

red 33 ◦ green 196 ◦ blue 69

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

Shades of Dark Pastel Green #21C445

Tints of Dark Pastel Green #21C445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 65.77%

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 11.07%
G = 65.77%
B = 23.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#21C445 (or 0x21C445) is known color: Dark Pastel Green. HEX triplet: 21, C4 and 45. RGB value is (33,196,69). Sum of RGB (Red+Green+Blue) = 33+196+69=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 196 (76.95% from 255 or 65.77% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 196 - color contains mainly: green. Hex color #21C445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C445 is #DE3BBA. Grayscale: #858585. Windows color (decimal): -14564283 or 4572193. OLE color: 4572193.

HSL color Cylindrical-coordinate representation of color #21C445: hue angle of 133.25º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C445 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 33 196 69 -
CMYK 0.83 0 0.65 0.23
HSL 133.25º 0.71% 0.45% -
HSV(B) 133.25º 0.83% 0.77% -
XYZ 21.44 40.23 12.27 -
YUV 132.79 92 56.83 -
System Red Green Blue C M Y K H S L
Decimal 33 196 69 0.83 0 0.65 0.23 133.25 0.71 0.45
Hex 21 C4 45 53 0 41 17 85 47 2D
Octal 41 304 105 123 0 101 27 205 107 55
Binary 100001 11000100 1000101 1010011 0 1000001 10111 10000101 1000111 101101

Color Harmonies of #21C445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C445

Black with #21C445

Text Example


Text Example

White with #21C445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,196,69); }

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

background-color css

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

 a { background-color: rgb(33,196,69); }

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

border-color css

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

 span { border-color: rgb(33,196,69); }

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