Html Css Color HEX #55D328 Kelly Green

📋 copy color: '#55D328'

red 85 ◦ green 211 ◦ blue 40

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

Shades of Kelly Green #55D328

Tints of Kelly Green #55D328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.8%

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 25.3%
G = 62.8%
B = 11.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#55D328 (or 0x55D328) is known color: Kelly Green. HEX triplet: 55, D3 and 28. RGB value is (85,211,40). Sum of RGB (Red+Green+Blue) = 85+211+40=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 211 (82.81% from 255 or 62.80% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 211 - color contains mainly: green. Hex color #55D328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D328 is #AA2CD7. Grayscale: #9A9A9A. Windows color (decimal): -11152600 or 2675541. OLE color: 2675541.

HSL color Cylindrical-coordinate representation of color #55D328: hue angle of 104.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55D328 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 85 211 40 -
CMYK 0.60 0 0.81 0.17
HSL 104.21º 0.68% 0.49% -
HSV(B) 104.21º 0.81% 0.83% -
XYZ 27.42 48.67 9.96 -
YUV 153.83 63.76 78.9 -
System Red Green Blue C M Y K H S L
Decimal 85 211 40 0.60 0 0.81 0.17 104.21 0.68 0.49
Hex 55 D3 28 3C 0 51 11 68 44 31
Octal 125 323 50 74 0 121 21 150 104 61
Binary 1010101 11010011 101000 111100 0 1010001 10001 1101000 1000100 110001

Color Harmonies of #55D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D328

Black with #55D328

Text Example


Text Example

White with #55D328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,211,40); }

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

background-color css

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

 a { background-color: rgb(85,211,40); }

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

border-color css

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

 span { border-color: rgb(85,211,40); }

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