Html Css Color HEX #55BB10 Kelly Green

📋 copy color: '#55BB10'

red 85 ◦ green 187 ◦ blue 16

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

Shades of Kelly Green #55BB10

Tints of Kelly Green #55BB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 64.93%

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

R = 29.51%
G = 64.93%
B = 5.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#55BB10 (or 0x55BB10) is known color: Kelly Green. HEX triplet: 55, BB and 10. RGB value is (85,187,16). Sum of RGB (Red+Green+Blue) = 85+187+16=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 187 (73.44% from 255 or 64.93% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BB10 is #AA44EF. Grayscale: #898989. Windows color (decimal): -11158768 or 1096533. OLE color: 1096533.

HSL color Cylindrical-coordinate representation of color #55BB10: hue angle of 95.79º 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 #55BB10 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 187 16 -
CMYK 0.55 0 0.91 0.27
HSL 95.79º 0.84% 0.4% -
HSV(B) 95.79º 0.91% 0.73% -
XYZ 21.61 37.51 6.59 -
YUV 137.01 59.71 90.9 -
System Red Green Blue C M Y K H S L
Decimal 85 187 16 0.55 0 0.91 0.27 95.79 0.84 0.4
Hex 55 BB 10 37 0 5B 1B 60 54 28
Octal 125 273 20 67 0 133 33 140 124 50
Binary 1010101 10111011 10000 110111 0 1011011 11011 1100000 1010100 101000

Color Harmonies of #55BB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BB10

Black with #55BB10

Text Example


Text Example

White with #55BB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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