Html Css Color HEX #55B301 Kelly Green

📋 copy color: '#55B301'

red 85 ◦ green 179 ◦ blue 1

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

Shades of Kelly Green #55B301

Tints of Kelly Green #55B301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 67.55%

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

R = 32.08%
G = 67.55%
B = 0.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#55B301 (or 0x55B301) is known color: Kelly Green. HEX triplet: 55, B3 and 01. RGB value is (85,179,1). Sum of RGB (Red+Green+Blue) = 85+179+1=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #55B301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B301 is #AA4CFE. Grayscale: #838383. Windows color (decimal): -11160831 or 111445. OLE color: 111445.

HSL color Cylindrical-coordinate representation of color #55B301: hue angle of 91.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55B301 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 179 1 -
CMYK 0.53 0 0.99 0.30
HSL 91.69º 0.99% 0.35% -
HSV(B) 91.69º 0.99% 0.7% -
XYZ 19.87 34.17 5.58 -
YUV 130.6 54.86 95.47 -
System Red Green Blue C M Y K H S L
Decimal 85 179 1 0.53 0 0.99 0.30 91.69 0.99 0.35
Hex 55 B3 1 35 0 63 1E 5C 63 23
Octal 125 263 1 65 0 143 36 134 143 43
Binary 1010101 10110011 1 110101 0 1100011 11110 1011100 1100011 100011

Color Harmonies of #55B301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B301

Black with #55B301

Text Example


Text Example

White with #55B301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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