Html Css Color HEX #55D325 Kelly Green

📋 copy color: '#55D325'

red 85 ◦ green 211 ◦ blue 37

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

Shades of Kelly Green #55D325

Tints of Kelly Green #55D325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 25.53%
G = 63.36%
B = 11.11%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#55D325 (or 0x55D325) is known color: Kelly Green. HEX triplet: 55, D3 and 25. RGB value is (85,211,37). Sum of RGB (Red+Green+Blue) = 85+211+37=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 211 (82.81% from 255 or 63.36% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 211 - color contains mainly: green. Hex color #55D325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D325 is #AA2CDA. Grayscale: #9A9A9A. Windows color (decimal): -11152603 or 2478933. OLE color: 2478933.

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

Color convert

RGB 85 211 37 -
CMYK 0.60 0 0.82 0.17
HSL 103.45º 0.7% 0.49% -
HSV(B) 103.45º 0.82% 0.83% -
XYZ 27.37 48.65 9.7 -
YUV 153.49 62.26 79.15 -
System Red Green Blue C M Y K H S L
Decimal 85 211 37 0.60 0 0.82 0.17 103.45 0.7 0.49
Hex 55 D3 25 3C 0 52 11 67 46 31
Octal 125 323 45 74 0 122 21 147 106 61
Binary 1010101 11010011 100101 111100 0 1010010 10001 1100111 1000110 110001

Color Harmonies of #55D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D325

Black with #55D325

Text Example


Text Example

White with #55D325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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