Html Css Color HEX #55BA2B Kelly Green

📋 copy color: '#55BA2B'

red 85 ◦ green 186 ◦ blue 43

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

Shades of Kelly Green #55BA2B

Tints of Kelly Green #55BA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 27.07%
G = 59.24%
B = 13.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#55BA2B (or 0x55BA2B) is known color: Kelly Green. HEX triplet: 55, BA and 2B. RGB value is (85,186,43). Sum of RGB (Red+Green+Blue) = 85+186+43=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA2B is #AA45D4. Grayscale: #8B8B8B. Windows color (decimal): -11158997 or 2865749. OLE color: 2865749.

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

Color convert

RGB 85 186 43 -
CMYK 0.54 0 0.77 0.27
HSL 102.38º 0.62% 0.45% -
HSV(B) 102.38º 0.77% 0.73% -
XYZ 21.74 37.22 8.32 -
YUV 139.5 73.54 89.13 -
System Red Green Blue C M Y K H S L
Decimal 85 186 43 0.54 0 0.77 0.27 102.38 0.62 0.45
Hex 55 BA 2B 36 0 4D 1B 66 3E 2D
Octal 125 272 53 66 0 115 33 146 76 55
Binary 1010101 10111010 101011 110110 0 1001101 11011 1100110 111110 101101

Color Harmonies of #55BA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA2B

Black with #55BA2B

Text Example


Text Example

White with #55BA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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