Html Css Color HEX #55C801 Kelly Green

📋 copy color: '#55C801'

red 85 ◦ green 200 ◦ blue 1

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

Shades of Kelly Green #55C801

Tints of Kelly Green #55C801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 69.93%

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

R = 29.72%
G = 69.93%
B = 0.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#55C801 (or 0x55C801) is known color: Kelly Green. HEX triplet: 55, C8 and 01. RGB value is (85,200,1). Sum of RGB (Red+Green+Blue) = 85+200+1=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 200 (78.52% from 255 or 69.93% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 200 - color contains mainly: green. Hex color #55C801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C801 is #AA37FE. Grayscale: #8F8F8F. Windows color (decimal): -11155455 or 116821. OLE color: 116821.

HSL color Cylindrical-coordinate representation of color #55C801: hue angle of 94.67º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55C801 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 200 1 -
CMYK 0.58 0 1.00 0.22
HSL 94.67º 0.99% 0.39% -
HSV(B) 94.67º 1% 0.78% -
XYZ 24.41 43.24 7.09 -
YUV 142.93 47.9 86.68 -
System Red Green Blue C M Y K H S L
Decimal 85 200 1 0.58 0 1.00 0.22 94.67 0.99 0.39
Hex 55 C8 1 3A 0 64 16 5F 63 27
Octal 125 310 1 72 0 144 26 137 143 47
Binary 1010101 11001000 1 111010 0 1100100 10110 1011111 1100011 100111

Color Harmonies of #55C801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C801

Black with #55C801

Text Example


Text Example

White with #55C801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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