Html Css Color HEX #55BA00 Kelly Green

📋 copy color: '#55BA00'

red 85 ◦ green 186 ◦ blue 0

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

Shades of Kelly Green #55BA00

Tints of Kelly Green #55BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.37%
G = 68.63%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#55BA00 (or 0x55BA00) is known color: Kelly Green. HEX triplet: 55, BA and 00. RGB value is (85,186,0). Sum of RGB (Red+Green+Blue) = 85+186+0=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 186 (73.05% from 255 or 68.63% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BA00 is #AA45FF. Grayscale: #878787. Windows color (decimal): -11159040 or 47701. OLE color: 47701.

HSL color Cylindrical-coordinate representation of color #55BA00: hue angle of 92.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55BA00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 186 0 -
CMYK 0.54 0 1 0.27
HSL 92.58º 1% 0.36% -
HSV(B) 92.58º 1% 0.73% -
XYZ 21.31 37.05 6.03 -
YUV 134.6 52.04 92.62 -
System Red Green Blue C M Y K H S L
Decimal 85 186 0 0.54 0 1 0.27 92.58 1 0.36
Hex 55 BA 0 36 0 64 1B 5D 64 24
Octal 125 272 0 66 0 144 33 135 144 44
Binary 1010101 10111010 0 110110 0 1100100 11011 1011101 1100100 100100

Color Harmonies of #55BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA00

Black with #55BA00

Text Example


Text Example

White with #55BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,186,0); }

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

background-color css

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

 a { background-color: rgb(85,186,0); }

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

border-color css

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

 span { border-color: rgb(85,186,0); }

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