Html Css Color HEX #55D508 Kelly Green

📋 copy color: '#55D508'

red 85 ◦ green 213 ◦ blue 8

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

Shades of Kelly Green #55D508

Tints of Kelly Green #55D508

RGB

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

 GREEN value IS 213 (83.59% from 255) = 69.61%

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

R = 27.78%
G = 69.61%
B = 2.61%

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

#55D508 (or 0x55D508) is known color: Kelly Green. HEX triplet: 55, D5 and 08. RGB value is (85,213,8). Sum of RGB (Red+Green+Blue) = 85+213+8=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #55D508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D508 is #AA2AF7. Grayscale: #989898. Windows color (decimal): -11152120 or 578901. OLE color: 578901.

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

Color convert

RGB 85 213 8 -
CMYK 0.60 0 0.96 0.16
HSL 97.46º 0.93% 0.43% -
HSV(B) 97.46º 0.96% 0.84% -
XYZ 27.58 49.54 8.34 -
YUV 151.36 47.09 80.67 -
System Red Green Blue C M Y K H S L
Decimal 85 213 8 0.60 0 0.96 0.16 97.46 0.93 0.43
Hex 55 D5 8 3C 0 60 10 61 5D 2B
Octal 125 325 10 74 0 140 20 141 135 53
Binary 1010101 11010101 1000 111100 0 1100000 10000 1100001 1011101 101011

Color Harmonies of #55D508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D508

Black with #55D508

Text Example


Text Example

White with #55D508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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