Html Css Color HEX #55BA1E Kelly Green

📋 copy color: '#55BA1E'

red 85 ◦ green 186 ◦ blue 30

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

Shades of Kelly Green #55BA1E

Tints of Kelly Green #55BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 28.24%
G = 61.79%
B = 9.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#55BA1E (or 0x55BA1E) is known color: Kelly Green. HEX triplet: 55, BA and 1E. RGB value is (85,186,30). Sum of RGB (Red+Green+Blue) = 85+186+30=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA1E is #AA45E1. Grayscale: #8A8A8A. Windows color (decimal): -11159010 or 2013781. OLE color: 2013781.

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

Color convert

RGB 85 186 30 -
CMYK 0.54 0 0.84 0.27
HSL 98.85º 0.72% 0.42% -
HSV(B) 98.85º 0.84% 0.73% -
XYZ 21.54 37.14 7.26 -
YUV 138.02 67.04 90.18 -
System Red Green Blue C M Y K H S L
Decimal 85 186 30 0.54 0 0.84 0.27 98.85 0.72 0.42
Hex 55 BA 1E 36 0 54 1B 63 48 2A
Octal 125 272 36 66 0 124 33 143 110 52
Binary 1010101 10111010 11110 110110 0 1010100 11011 1100011 1001000 101010

Color Harmonies of #55BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA1E

Black with #55BA1E

Text Example


Text Example

White with #55BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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