#55D608

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

Shades of Kelly Green #55D608

Tints of Kelly Green #55D608

Color information

#55D608 (or 0x55D608) is unknown color: approx Kelly Green. HEX triplet: 55, D6 and 08. RGB value is (85,214,8). Sum of RGB (Red+Green+Blue) = 85+214+8=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 214 (83.98% from 255 or 69.71% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 214 - color contains mainly: green. Hex color #55D608 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D608 is #AA29F7. Grayscale: #989898. Windows color (decimal): -11151864 or 579157. OLE color: 579157.

HSL color Cylindrical-coordinate representation of color #55D608: hue angle of 97.57º 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 #55D608 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB852148-
CMYK0.6000.960.16
HSL97.57º92.79%43.53%-
HSV(B)97.57º96.26%83.92%-
XYZ27.8450.048.42-
YUV151.9446.7680.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 214 (83.98% from 255) = 69.71%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=27.69%
G=69.71%
B=2.61%

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
Decimal8521480.6000.960.1697.5792.7943.53
Hex55D683C06010625d2c
Octal125326107401402014213554
Binary1010101110101101000111100011000001000011000101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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