Html Css Color HEX #55DC1D Kelly Green

📋 copy color: '#55DC1D'

red 85 ◦ green 220 ◦ blue 29

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

Shades of Kelly Green #55DC1D

Tints of Kelly Green #55DC1D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.87%

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 25.45%
G = 65.87%
B = 8.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#55DC1D (or 0x55DC1D) is known color: Kelly Green. HEX triplet: 55, DC and 1D. RGB value is (85,220,29). Sum of RGB (Red+Green+Blue) = 85+220+29=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DC1D is #AA23E2. Grayscale: #9E9E9E. Windows color (decimal): -11150307 or 1956949. OLE color: 1956949.

HSL color Cylindrical-coordinate representation of color #55DC1D: hue angle of 102.41º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55DC1D is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 220 29 -
CMYK 0.61 0 0.87 0.14
HSL 102.41º 0.77% 0.49% -
HSV(B) 102.41º 0.87% 0.86% -
XYZ 29.56 53.21 9.87 -
YUV 157.86 55.27 76.03 -
System Red Green Blue C M Y K H S L
Decimal 85 220 29 0.61 0 0.87 0.14 102.41 0.77 0.49
Hex 55 DC 1D 3D 0 57 E 66 4D 31
Octal 125 334 35 75 0 127 16 146 115 61
Binary 1010101 11011100 11101 111101 0 1010111 1110 1100110 1001101 110001

Color Harmonies of #55DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DC1D

Black with #55DC1D

Text Example


Text Example

White with #55DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,220,29); }

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

background-color css

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

 a { background-color: rgb(85,220,29); }

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

border-color css

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

 span { border-color: rgb(85,220,29); }

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