Html Css Color HEX #55D708 Kelly Green

📋 copy color: '#55D708'

red 85 ◦ green 215 ◦ blue 8

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

Shades of Kelly Green #55D708

Tints of Kelly Green #55D708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 27.6%
G = 69.81%
B = 2.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#55D708 (or 0x55D708) is known color: 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

RGB 85 215 8 -
CMYK 0.60 0 0.96 0.16
HSL 97.68º 0.93% 0.44% -
HSV(B) 97.68º 0.96% 0.84% -
XYZ 28.09 50.55 8.51 -
YUV 152.53 46.43 79.83 -
System Red Green Blue C M Y K H S L
Decimal 85 215 8 0.60 0 0.96 0.16 97.68 0.93 0.44
Hex 55 D7 8 3C 0 60 10 62 5D 2C
Octal 125 327 10 74 0 140 20 142 135 54
Binary 1010101 11010111 1000 111100 0 1100000 10000 1100010 1011101 101100

Color Harmonies of #55D708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D708

Black with #55D708

Text Example


Text Example

White with #55D708

Text Example


Text Example

HTML Codes & Css Web 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>