Html Css Color HEX #55DA0E Kelly Green

📋 copy color: '#55DA0E'

red 85 ◦ green 218 ◦ blue 14

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

Shades of Kelly Green #55DA0E

Tints of Kelly Green #55DA0E

RGB

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

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

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

R = 26.81%
G = 68.77%
B = 4.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#55DA0E (or 0x55DA0E) is known color: Kelly Green. HEX triplet: 55, DA and 0E. RGB value is (85,218,14). Sum of RGB (Red+Green+Blue) = 85+218+14=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 218 (85.55% from 255 or 68.77% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DA0E is #AA25F1. Grayscale: #9B9B9B. Windows color (decimal): -11150834 or 973397. OLE color: 973397.

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

Color convert

RGB 85 218 14 -
CMYK 0.61 0 0.94 0.15
HSL 99.12º 0.88% 0.45% -
HSV(B) 99.12º 0.94% 0.85% -
XYZ 28.9 52.11 8.95 -
YUV 154.98 48.44 78.09 -
System Red Green Blue C M Y K H S L
Decimal 85 218 14 0.61 0 0.94 0.15 99.12 0.88 0.45
Hex 55 DA E 3D 0 5E F 63 58 2D
Octal 125 332 16 75 0 136 17 143 130 55
Binary 1010101 11011010 1110 111101 0 1011110 1111 1100011 1011000 101101

Color Harmonies of #55DA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA0E

Black with #55DA0E

Text Example


Text Example

White with #55DA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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