Html Css Color HEX #55BC11 Kelly Green

📋 copy color: '#55BC11'

red 85 ◦ green 188 ◦ blue 17

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

Shades of Kelly Green #55BC11

Tints of Kelly Green #55BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 64.83%

 BLUE value IS 17 (7.03% from 255) = 5.86%

R = 29.31%
G = 64.83%
B = 5.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#55BC11 (or 0x55BC11) is known color: Kelly Green. HEX triplet: 55, BC and 11. RGB value is (85,188,17). Sum of RGB (Red+Green+Blue) = 85+188+17=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC11 is #AA43EE. Grayscale: #8A8A8A. Windows color (decimal): -11158511 or 1162325. OLE color: 1162325.

HSL color Cylindrical-coordinate representation of color #55BC11: hue angle of 96.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55BC11 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 17 -
CMYK 0.55 0 0.91 0.26
HSL 96.14º 0.83% 0.4% -
HSV(B) 96.14º 0.91% 0.74% -
XYZ 21.83 37.94 6.7 -
YUV 137.71 59.88 90.4 -
System Red Green Blue C M Y K H S L
Decimal 85 188 17 0.55 0 0.91 0.26 96.14 0.83 0.4
Hex 55 BC 11 37 0 5B 1A 60 53 28
Octal 125 274 21 67 0 133 32 140 123 50
Binary 1010101 10111100 10001 110111 0 1011011 11010 1100000 1010011 101000

Color Harmonies of #55BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC11

Black with #55BC11

Text Example


Text Example

White with #55BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,188,17); }

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

background-color css

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

 a { background-color: rgb(85,188,17); }

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

border-color css

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

 span { border-color: rgb(85,188,17); }

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