#55D708

Color #55D708 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #55D708

Tints of Kelly Green #55D708

Color information

#55D708 (or 0x55D708) is unknown color: approx Kelly Green. HEX triplet: 55, D7 and 08. RGB value is (85,215,8). Sum of RGB (Red+Green+Blue) = 85+215+8=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 215 (84.38% from 255 or 69.81% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 215 - color contains mainly: green. Hex color #55D708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D708 is #AA28F7. Grayscale: #999999. Windows color (decimal): -11151608 or 579413. OLE color: 579413.

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

Color convert

RGB852158-
CMYK0.6000.960.16
HSL97.68º92.83%43.73%-
HSV(B)97.68º96.28%84.31%-
XYZ28.0950.558.51-
YUV152.5346.4379.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 215 (84.38% from 255) = 69.81%
BLUE value IS 8 (3.52% from 255) = 2.60%
R=27.60%
G=69.81%
B=2.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8521580.6000.960.1697.6892.8343.73
Hex55D783C06010625d2c
Octal125327107401402014213554
Binary1010101110101111000111100011000001000011000101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55D708;
 }
 .AnyTagClassName
 {
   color: #55D708;
 }
</style>
background-color css

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

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

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

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

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

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