Html Css Color HEX #55BA1D Kelly Green

📋 copy color: '#55BA1D'

red 85 ◦ green 186 ◦ blue 29

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

Shades of Kelly Green #55BA1D

Tints of Kelly Green #55BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 28.33%
G = 62%
B = 9.67%

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

#55BA1D (or 0x55BA1D) is known color: Kelly Green. HEX triplet: 55, BA and 1D. RGB value is (85,186,29). Sum of RGB (Red+Green+Blue) = 85+186+29=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA1D is #AA45E2. Grayscale: #8A8A8A. Windows color (decimal): -11159011 or 1948245. OLE color: 1948245.

HSL color Cylindrical-coordinate representation of color #55BA1D: hue angle of 98.6º degrees, saturation: 0.73, 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 #55BA1D is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 186 29 -
CMYK 0.54 0 0.84 0.27
HSL 98.6º 0.73% 0.42% -
HSV(B) 98.6º 0.84% 0.73% -
XYZ 21.53 37.14 7.2 -
YUV 137.9 66.54 90.27 -
System Red Green Blue C M Y K H S L
Decimal 85 186 29 0.54 0 0.84 0.27 98.6 0.73 0.42
Hex 55 BA 1D 36 0 54 1B 63 49 2A
Octal 125 272 35 66 0 124 33 143 111 52
Binary 1010101 10111010 11101 110110 0 1010100 11011 1100011 1001001 101010

Color Harmonies of #55BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA1D

Black with #55BA1D

Text Example


Text Example

White with #55BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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