Html Css Color HEX #55D70E Kelly Green

📋 copy color: '#55D70E'

red 85 ◦ green 215 ◦ blue 14

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

Shades of Kelly Green #55D70E

Tints of Kelly Green #55D70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.47%

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 27.07%
G = 68.47%
B = 4.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#55D70E (or 0x55D70E) is known color: Kelly Green. HEX triplet: 55, D7 and 0E. RGB value is (85,215,14). Sum of RGB (Red+Green+Blue) = 85+215+14=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #55D70E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D70E is #AA28F1. Grayscale: #999999. Windows color (decimal): -11151602 or 972629. OLE color: 972629.

HSL color Cylindrical-coordinate representation of color #55D70E: hue angle of 98.81º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55D70E is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 215 14 -
CMYK 0.60 0 0.93 0.16
HSL 98.81º 0.88% 0.45% -
HSV(B) 98.81º 0.93% 0.84% -
XYZ 28.13 50.56 8.69 -
YUV 153.22 49.43 79.34 -
System Red Green Blue C M Y K H S L
Decimal 85 215 14 0.60 0 0.93 0.16 98.81 0.88 0.45
Hex 55 D7 E 3C 0 5D 10 63 58 2D
Octal 125 327 16 74 0 135 20 143 130 55
Binary 1010101 11010111 1110 111100 0 1011101 10000 1100011 1011000 101101

Color Harmonies of #55D70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D70E

Black with #55D70E

Text Example


Text Example

White with #55D70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,215,14); }

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

background-color css

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

 a { background-color: rgb(85,215,14); }

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

border-color css

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

 span { border-color: rgb(85,215,14); }

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