Html Css Color HEX #55D001 Kelly Green

📋 copy color: '#55D001'

red 85 ◦ green 208 ◦ blue 1

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

Shades of Kelly Green #55D001

Tints of Kelly Green #55D001

RGB

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

 GREEN value IS 208 (81.64% from 255) = 70.75%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 28.91%
G = 70.75%
B = 0.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#55D001 (or 0x55D001) is known color: Kelly Green. HEX triplet: 55, D0 and 01. RGB value is (85,208,1). Sum of RGB (Red+Green+Blue) = 85+208+1=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #55D001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D001 is #AA2FFE. Grayscale: #949494. Windows color (decimal): -11153407 or 118869. OLE color: 118869.

HSL color Cylindrical-coordinate representation of color #55D001: hue angle of 95.65º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55D001 is Cyan = 0.59, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 208 1 -
CMYK 0.59 0 1.00 0.18
HSL 95.65º 0.99% 0.41% -
HSV(B) 95.65º 1% 0.82% -
XYZ 26.31 47.05 7.72 -
YUV 147.63 45.25 83.33 -
System Red Green Blue C M Y K H S L
Decimal 85 208 1 0.59 0 1.00 0.18 95.65 0.99 0.41
Hex 55 D0 1 3B 0 64 12 60 63 29
Octal 125 320 1 73 0 144 22 140 143 51
Binary 1010101 11010000 1 111011 0 1100100 10010 1100000 1100011 101001

Color Harmonies of #55D001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D001

Black with #55D001

Text Example


Text Example

White with #55D001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,208,1); }

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

background-color css

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

 a { background-color: rgb(85,208,1); }

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

border-color css

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

 span { border-color: rgb(85,208,1); }

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