Html Css Color HEX #55DE13 Kelly Green

📋 copy color: '#55DE13'

red 85 ◦ green 222 ◦ blue 19

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

Shades of Kelly Green #55DE13

Tints of Kelly Green #55DE13

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.1%

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

R = 26.07%
G = 68.1%
B = 5.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#55DE13 (or 0x55DE13) is known color: Kelly Green. HEX triplet: 55, DE and 13. RGB value is (85,222,19). Sum of RGB (Red+Green+Blue) = 85+222+19=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 222 (87.11% from 255 or 68.10% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DE13 is #AA21EC. Grayscale: #9E9E9E. Windows color (decimal): -11149805 or 1302101. OLE color: 1302101.

HSL color Cylindrical-coordinate representation of color #55DE13: hue angle of 100.49º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55DE13 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 222 19 -
CMYK 0.62 0 0.91 0.13
HSL 100.49º 0.84% 0.47% -
HSV(B) 100.49º 0.91% 0.87% -
XYZ 29.99 54.22 9.5 -
YUV 157.9 49.61 76.01 -
System Red Green Blue C M Y K H S L
Decimal 85 222 19 0.62 0 0.91 0.13 100.49 0.84 0.47
Hex 55 DE 13 3E 0 5B D 64 54 2F
Octal 125 336 23 76 0 133 15 144 124 57
Binary 1010101 11011110 10011 111110 0 1011011 1101 1100100 1010100 101111

Color Harmonies of #55DE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DE13

Black with #55DE13

Text Example


Text Example

White with #55DE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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