Html Css Color HEX #53A242 Fruit Salad

📋 copy color: '#53A242'

red 83 ◦ green 162 ◦ blue 66

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

Shades of Fruit Salad #53A242

Tints of Fruit Salad #53A242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 26.69%
G = 52.09%
B = 21.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#53A242 (or 0x53A242) is known color: Fruit Salad. HEX triplet: 53, A2 and 42. RGB value is (83,162,66). Sum of RGB (Red+Green+Blue) = 83+162+66=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #53A242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A242 is #AC5DBD. Grayscale: #7F7F7F. Windows color (decimal): -11296190 or 4366931. OLE color: 4366931.

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

Color convert

RGB 83 162 66 -
CMYK 0.49 0 0.59 0.36
HSL 109.38º 0.42% 0.45% -
HSV(B) 109.38º 0.59% 0.64% -
XYZ 17.47 28.07 9.65 -
YUV 127.44 93.33 96.31 -
System Red Green Blue C M Y K H S L
Decimal 83 162 66 0.49 0 0.59 0.36 109.38 0.42 0.45
Hex 53 A2 42 31 0 3B 24 6D 2A 2D
Octal 123 242 102 61 0 73 44 155 52 55
Binary 1010011 10100010 1000010 110001 0 111011 100100 1101101 101010 101101

Color Harmonies of #53A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A242

Black with #53A242

Text Example


Text Example

White with #53A242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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