Html Css Color HEX #21B555 Eucalyptus

📋 copy color: '#21B555'

red 33 ◦ green 181 ◦ blue 85

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

Shades of Eucalyptus #21B555

Tints of Eucalyptus #21B555

RGB

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

 GREEN value IS 181 (71.09% from 255) = 60.54%

 BLUE value IS 85 (33.59% from 255) = 28.43%

R = 11.04%
G = 60.54%
B = 28.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#21B555 (or 0x21B555) is known color: Eucalyptus. HEX triplet: 21, B5 and 55. RGB value is (33,181,85). Sum of RGB (Red+Green+Blue) = 33+181+85=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #21B555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B555 is #DE4AAA. Grayscale: #7E7E7E. Windows color (decimal): -14568107 or 5616929. OLE color: 5616929.

HSL color Cylindrical-coordinate representation of color #21B555: hue angle of 141.08º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B555 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 33 181 85 -
CMYK 0.82 0 0.53 0.29
HSL 141.08º 0.69% 0.42% -
HSV(B) 141.08º 0.82% 0.71% -
XYZ 18.79 34.03 14.17 -
YUV 125.8 104.97 61.81 -
System Red Green Blue C M Y K H S L
Decimal 33 181 85 0.82 0 0.53 0.29 141.08 0.69 0.42
Hex 21 B5 55 52 0 35 1D 8D 45 2A
Octal 41 265 125 122 0 65 35 215 105 52
Binary 100001 10110101 1010101 1010010 0 110101 11101 10001101 1000101 101010

Color Harmonies of #21B555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B555

Black with #21B555

Text Example


Text Example

White with #21B555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,181,85); }

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

background-color css

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

 a { background-color: rgb(33,181,85); }

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

border-color css

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

 span { border-color: rgb(33,181,85); }

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