Html Css Color HEX #53BA2F Kelly Green

📋 copy color: '#53BA2F'

red 83 ◦ green 186 ◦ blue 47

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

Shades of Kelly Green #53BA2F

Tints of Kelly Green #53BA2F

RGB

 RED value IS 83 (32.81% from 255) = 26.27%

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 26.27%
G = 58.86%
B = 14.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#53BA2F (or 0x53BA2F) is known color: Kelly Green. HEX triplet: 53, BA and 2F. RGB value is (83,186,47). Sum of RGB (Red+Green+Blue) = 83+186+47=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BA2F is #AC45D0. Grayscale: #8B8B8B. Windows color (decimal): -11290065 or 3127891. OLE color: 3127891.

HSL color Cylindrical-coordinate representation of color #53BA2F: hue angle of 104.46º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53BA2F is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 47 -
CMYK 0.55 0 0.75 0.27
HSL 104.46º 0.6% 0.46% -
HSV(B) 104.46º 0.75% 0.73% -
XYZ 21.64 37.16 8.72 -
YUV 139.36 75.88 87.8 -
System Red Green Blue C M Y K H S L
Decimal 83 186 47 0.55 0 0.75 0.27 104.46 0.6 0.46
Hex 53 BA 2F 37 0 4B 1B 68 3C 2E
Octal 123 272 57 67 0 113 33 150 74 56
Binary 1010011 10111010 101111 110111 0 1001011 11011 1101000 111100 101110

Color Harmonies of #53BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA2F

Black with #53BA2F

Text Example


Text Example

White with #53BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BA2F; }

 p { color: rgb(83,186,47); }

 H1.HeaderClassName
 {
   color: #53BA2F;
 }
 .AnyTagClassName
 {
   color: #53BA2F;
 }
</style>

background-color css

<style>
 a { background-color: #53BA2F; }

 a { background-color: rgb(83,186,47); }

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

border-color css

<style>
 span { border-color: #53BA2F; }

 span { border-color: rgb(83,186,47); }

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