Html Css Color HEX #55BA10 Kelly Green

📋 copy color: '#55BA10'

red 85 ◦ green 186 ◦ blue 16

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

Shades of Kelly Green #55BA10

Tints of Kelly Green #55BA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.57%

R = 29.62%
G = 64.81%
B = 5.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#55BA10 (or 0x55BA10) is known color: Kelly Green. HEX triplet: 55, BA and 10. RGB value is (85,186,16). Sum of RGB (Red+Green+Blue) = 85+186+16=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BA10 is #AA45EF. Grayscale: #898989. Windows color (decimal): -11159024 or 1096277. OLE color: 1096277.

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

Color convert

RGB 85 186 16 -
CMYK 0.54 0 0.91 0.27
HSL 95.65º 0.84% 0.4% -
HSV(B) 95.65º 0.91% 0.73% -
XYZ 21.4 37.09 6.52 -
YUV 136.42 60.04 91.32 -
System Red Green Blue C M Y K H S L
Decimal 85 186 16 0.54 0 0.91 0.27 95.65 0.84 0.4
Hex 55 BA 10 36 0 5B 1B 60 54 28
Octal 125 272 20 66 0 133 33 140 124 50
Binary 1010101 10111010 10000 110110 0 1011011 11011 1100000 1010100 101000

Color Harmonies of #55BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA10

Black with #55BA10

Text Example


Text Example

White with #55BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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