Html Css Color HEX #55B32E Kelly Green

📋 copy color: '#55B32E'

red 85 ◦ green 179 ◦ blue 46

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

Shades of Kelly Green #55B32E

Tints of Kelly Green #55B32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.74%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 27.42%
G = 57.74%
B = 14.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#55B32E (or 0x55B32E) is known color: Kelly Green. HEX triplet: 55, B3 and 2E. RGB value is (85,179,46). Sum of RGB (Red+Green+Blue) = 85+179+46=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #55B32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B32E is #AA4CD1. Grayscale: #888888. Windows color (decimal): -11160786 or 3060565. OLE color: 3060565.

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

Color convert

RGB 85 179 46 -
CMYK 0.53 0 0.74 0.30
HSL 102.41º 0.59% 0.44% -
HSV(B) 102.41º 0.74% 0.7% -
XYZ 20.36 34.37 8.15 -
YUV 135.73 77.36 91.81 -
System Red Green Blue C M Y K H S L
Decimal 85 179 46 0.53 0 0.74 0.30 102.41 0.59 0.44
Hex 55 B3 2E 35 0 4A 1E 66 3B 2C
Octal 125 263 56 65 0 112 36 146 73 54
Binary 1010101 10110011 101110 110101 0 1001010 11110 1100110 111011 101100

Color Harmonies of #55B32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B32E

Black with #55B32E

Text Example


Text Example

White with #55B32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,179,46); }

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

background-color css

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

 a { background-color: rgb(85,179,46); }

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

border-color css

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

 span { border-color: rgb(85,179,46); }

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