Html Css Color HEX #55BD21 Kelly Green

📋 copy color: '#55BD21'

red 85 ◦ green 189 ◦ blue 33

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

Shades of Kelly Green #55BD21

Tints of Kelly Green #55BD21

RGB

 RED value IS 85 (33.59% from 255) = 27.69%

 GREEN value IS 189 (74.22% from 255) = 61.56%

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 27.69%
G = 61.56%
B = 10.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#55BD21 (or 0x55BD21) is known color: Kelly Green. HEX triplet: 55, BD and 21. RGB value is (85,189,33). Sum of RGB (Red+Green+Blue) = 85+189+33=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BD21 is #AA42DE. Grayscale: #8C8C8C. Windows color (decimal): -11158239 or 2211157. OLE color: 2211157.

HSL color Cylindrical-coordinate representation of color #55BD21: hue angle of 100º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55BD21 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 33 -
CMYK 0.55 0 0.83 0.26
HSL 100º 0.7% 0.44% -
HSV(B) 100º 0.83% 0.74% -
XYZ 22.22 38.44 7.69 -
YUV 140.12 67.54 88.68 -
System Red Green Blue C M Y K H S L
Decimal 85 189 33 0.55 0 0.83 0.26 100 0.7 0.44
Hex 55 BD 21 37 0 53 1A 64 46 2C
Octal 125 275 41 67 0 123 32 144 106 54
Binary 1010101 10111101 100001 110111 0 1010011 11010 1100100 1000110 101100

Color Harmonies of #55BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD21

Black with #55BD21

Text Example


Text Example

White with #55BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55BD21; }

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

 H1.HeaderClassName
 {
   color: #55BD21;
 }
 .AnyTagClassName
 {
   color: #55BD21;
 }
</style>

background-color css

<style>
 a { background-color: #55BD21; }

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

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

border-color css

<style>
 span { border-color: #55BD21; }

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

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