Html Css Color HEX #55BA2D Kelly Green

📋 copy color: '#55BA2D'

red 85 ◦ green 186 ◦ blue 45

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

Shades of Kelly Green #55BA2D

Tints of Kelly Green #55BA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 26.9%
G = 58.86%
B = 14.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#55BA2D (or 0x55BA2D) is known color: Kelly Green. HEX triplet: 55, BA and 2D. RGB value is (85,186,45). Sum of RGB (Red+Green+Blue) = 85+186+45=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA2D is #AA45D2. Grayscale: #8C8C8C. Windows color (decimal): -11158995 or 2996821. OLE color: 2996821.

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

Color convert

RGB 85 186 45 -
CMYK 0.54 0 0.76 0.27
HSL 102.98º 0.61% 0.45% -
HSV(B) 102.98º 0.76% 0.73% -
XYZ 21.78 37.24 8.52 -
YUV 139.73 74.54 88.96 -
System Red Green Blue C M Y K H S L
Decimal 85 186 45 0.54 0 0.76 0.27 102.98 0.61 0.45
Hex 55 BA 2D 36 0 4C 1B 67 3D 2D
Octal 125 272 55 66 0 114 33 147 75 55
Binary 1010101 10111010 101101 110110 0 1001100 11011 1100111 111101 101101

Color Harmonies of #55BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA2D

Black with #55BA2D

Text Example


Text Example

White with #55BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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