Html Css Color HEX #53A233 Limeade

📋 copy color: '#53A233'

red 83 ◦ green 162 ◦ blue 51

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

Shades of Limeade #53A233

Tints of Limeade #53A233

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.73%

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 28.04%
G = 54.73%
B = 17.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#53A233 (or 0x53A233) is known color: Limeade. HEX triplet: 53, A2 and 33. RGB value is (83,162,51). Sum of RGB (Red+Green+Blue) = 83+162+51=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #53A233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A233 is #AC5DCC. Grayscale: #7E7E7E. Windows color (decimal): -11296205 or 3383891. OLE color: 3383891.

HSL color Cylindrical-coordinate representation of color #53A233: hue angle of 102.7º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53A233 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 162 51 -
CMYK 0.49 0 0.69 0.36
HSL 102.7º 0.52% 0.42% -
HSV(B) 102.7º 0.69% 0.64% -
XYZ 17.09 27.92 7.62 -
YUV 125.73 85.83 97.53 -
System Red Green Blue C M Y K H S L
Decimal 83 162 51 0.49 0 0.69 0.36 102.7 0.52 0.42
Hex 53 A2 33 31 0 45 24 67 34 2A
Octal 123 242 63 61 0 105 44 147 64 52
Binary 1010011 10100010 110011 110001 0 1000101 100100 1100111 110100 101010

Color Harmonies of #53A233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A233

Black with #53A233

Text Example


Text Example

White with #53A233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,162,51); }

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

background-color css

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

 a { background-color: rgb(83,162,51); }

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

border-color css

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

 span { border-color: rgb(83,162,51); }

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