Html Css Color HEX #55BC0B Kelly Green

📋 copy color: '#55BC0B'

red 85 ◦ green 188 ◦ blue 11

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

Shades of Kelly Green #55BC0B

Tints of Kelly Green #55BC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 29.93%
G = 66.2%
B = 3.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#55BC0B (or 0x55BC0B) is known color: Kelly Green. HEX triplet: 55, BC and 0B. RGB value is (85,188,11). Sum of RGB (Red+Green+Blue) = 85+188+11=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC0B is #AA43F4. Grayscale: #898989. Windows color (decimal): -11158517 or 769109. OLE color: 769109.

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

Color convert

RGB 85 188 11 -
CMYK 0.55 0 0.94 0.26
HSL 94.92º 0.89% 0.39% -
HSV(B) 94.92º 0.94% 0.74% -
XYZ 21.79 37.92 6.49 -
YUV 137.03 56.88 90.89 -
System Red Green Blue C M Y K H S L
Decimal 85 188 11 0.55 0 0.94 0.26 94.92 0.89 0.39
Hex 55 BC B 37 0 5E 1A 5F 59 27
Octal 125 274 13 67 0 136 32 137 131 47
Binary 1010101 10111100 1011 110111 0 1011110 11010 1011111 1011001 100111

Color Harmonies of #55BC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC0B

Black with #55BC0B

Text Example


Text Example

White with #55BC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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