Html Css Color HEX #55D515 Kelly Green

📋 copy color: '#55D515'

red 85 ◦ green 213 ◦ blue 21

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

Shades of Kelly Green #55D515

Tints of Kelly Green #55D515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 66.77%

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 26.65%
G = 66.77%
B = 6.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#55D515 (or 0x55D515) is known color: Kelly Green. HEX triplet: 55, D5 and 15. RGB value is (85,213,21). Sum of RGB (Red+Green+Blue) = 85+213+21=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #55D515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D515 is #AA2AEA. Grayscale: #999999. Windows color (decimal): -11152107 or 1430869. OLE color: 1430869.

HSL color Cylindrical-coordinate representation of color #55D515: hue angle of 100º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55D515 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 213 21 -
CMYK 0.60 0 0.90 0.16
HSL 100º 0.82% 0.46% -
HSV(B) 100º 0.9% 0.84% -
XYZ 27.68 49.57 8.82 -
YUV 152.84 53.59 79.61 -
System Red Green Blue C M Y K H S L
Decimal 85 213 21 0.60 0 0.90 0.16 100 0.82 0.46
Hex 55 D5 15 3C 0 5A 10 64 52 2E
Octal 125 325 25 74 0 132 20 144 122 56
Binary 1010101 11010101 10101 111100 0 1011010 10000 1100100 1010010 101110

Color Harmonies of #55D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D515

Black with #55D515

Text Example


Text Example

White with #55D515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,213,21); }

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

background-color css

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

 a { background-color: rgb(85,213,21); }

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

border-color css

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

 span { border-color: rgb(85,213,21); }

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