Html Css Color HEX #55DA13 Kelly Green

📋 copy color: '#55DA13'

red 85 ◦ green 218 ◦ blue 19

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

Shades of Kelly Green #55DA13

Tints of Kelly Green #55DA13

RGB

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

 GREEN value IS 218 (85.55% from 255) = 67.7%

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 26.4%
G = 67.7%
B = 5.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#55DA13 (or 0x55DA13) is known color: Kelly Green. HEX triplet: 55, DA and 13. RGB value is (85,218,19). Sum of RGB (Red+Green+Blue) = 85+218+19=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DA13 is #AA25EC. Grayscale: #9C9C9C. Windows color (decimal): -11150829 or 1301077. OLE color: 1301077.

HSL color Cylindrical-coordinate representation of color #55DA13: hue angle of 100.1º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55DA13 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 19 -
CMYK 0.61 0 0.91 0.15
HSL 100.1º 0.84% 0.46% -
HSV(B) 100.1º 0.91% 0.85% -
XYZ 28.94 52.12 9.15 -
YUV 155.55 50.94 77.68 -
System Red Green Blue C M Y K H S L
Decimal 85 218 19 0.61 0 0.91 0.15 100.1 0.84 0.46
Hex 55 DA 13 3D 0 5B F 64 54 2E
Octal 125 332 23 75 0 133 17 144 124 56
Binary 1010101 11011010 10011 111101 0 1011011 1111 1100100 1010100 101110

Color Harmonies of #55DA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA13

Black with #55DA13

Text Example


Text Example

White with #55DA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,19); }

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

background-color css

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

 a { background-color: rgb(85,218,19); }

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

border-color css

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

 span { border-color: rgb(85,218,19); }

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