Html Css Color HEX #21B150 Eucalyptus

📋 copy color: '#21B150'

red 33 ◦ green 177 ◦ blue 80

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

Shades of Eucalyptus #21B150

Tints of Eucalyptus #21B150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 61.03%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 11.38%
G = 61.03%
B = 27.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#21B150 (or 0x21B150) is known color: Eucalyptus. HEX triplet: 21, B1 and 50. RGB value is (33,177,80). Sum of RGB (Red+Green+Blue) = 33+177+80=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 177 (69.53% from 255 or 61.03% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 177 - color contains mainly: green. Hex color #21B150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B150 is #DE4EAF. Grayscale: #7B7B7B. Windows color (decimal): -14569136 or 5288225. OLE color: 5288225.

HSL color Cylindrical-coordinate representation of color #21B150: hue angle of 139.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B150 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 177 80 -
CMYK 0.81 0 0.55 0.31
HSL 139.58º 0.69% 0.41% -
HSV(B) 139.58º 0.81% 0.69% -
XYZ 17.8 32.35 12.89 -
YUV 122.89 103.79 63.89 -
System Red Green Blue C M Y K H S L
Decimal 33 177 80 0.81 0 0.55 0.31 139.58 0.69 0.41
Hex 21 B1 50 51 0 37 1F 8C 45 29
Octal 41 261 120 121 0 67 37 214 105 51
Binary 100001 10110001 1010000 1010001 0 110111 11111 10001100 1000101 101001

Color Harmonies of #21B150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B150

Black with #21B150

Text Example


Text Example

White with #21B150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,177,80); }

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

background-color css

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

 a { background-color: rgb(33,177,80); }

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

border-color css

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

 span { border-color: rgb(33,177,80); }

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