Html Css Color HEX #55B22D Kelly Green

📋 copy color: '#55B22D'

red 85 ◦ green 178 ◦ blue 45

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

Shades of Kelly Green #55B22D

Tints of Kelly Green #55B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.79%

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 27.6%
G = 57.79%
B = 14.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#55B22D (or 0x55B22D) is known color: Kelly Green. HEX triplet: 55, B2 and 2D. RGB value is (85,178,45). Sum of RGB (Red+Green+Blue) = 85+178+45=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 178 (69.92% from 255 or 57.79% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 178 - color contains mainly: green. Hex color #55B22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B22D is #AA4DD2. Grayscale: #878787. Windows color (decimal): -11161043 or 2994773. OLE color: 2994773.

HSL color Cylindrical-coordinate representation of color #55B22D: hue angle of 101.95º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55B22D is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 178 45 -
CMYK 0.52 0 0.75 0.30
HSL 101.95º 0.6% 0.44% -
HSV(B) 101.95º 0.75% 0.7% -
XYZ 20.14 33.96 7.98 -
YUV 135.03 77.19 92.31 -
System Red Green Blue C M Y K H S L
Decimal 85 178 45 0.52 0 0.75 0.30 101.95 0.6 0.44
Hex 55 B2 2D 34 0 4B 1E 66 3C 2C
Octal 125 262 55 64 0 113 36 146 74 54
Binary 1010101 10110010 101101 110100 0 1001011 11110 1100110 111100 101100

Color Harmonies of #55B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B22D

Black with #55B22D

Text Example


Text Example

White with #55B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,178,45); }

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

background-color css

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

 a { background-color: rgb(85,178,45); }

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

border-color css

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

 span { border-color: rgb(85,178,45); }

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