Html Css Color HEX #53B24F Fruit Salad

📋 copy color: '#53B24F'

red 83 ◦ green 178 ◦ blue 79

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

Shades of Fruit Salad #53B24F

Tints of Fruit Salad #53B24F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.35%

 BLUE value IS 79 (31.25% from 255) = 23.24%

R = 24.41%
G = 52.35%
B = 23.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#53B24F (or 0x53B24F) is known color: Fruit Salad. HEX triplet: 53, B2 and 4F. RGB value is (83,178,79). Sum of RGB (Red+Green+Blue) = 83+178+79=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #53B24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B24F is #AC4DB0. Grayscale: #8A8A8A. Windows color (decimal): -11292081 or 5222995. OLE color: 5222995.

HSL color Cylindrical-coordinate representation of color #53B24F: hue angle of 117.58º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53B24F is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 79 -
CMYK 0.53 0 0.56 0.30
HSL 117.58º 0.39% 0.5% -
HSV(B) 117.58º 0.56% 0.7% -
XYZ 20.9 34.24 12.91 -
YUV 138.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 83 178 79 0.53 0 0.56 0.30 117.58 0.39 0.5
Hex 53 B2 4F 35 0 38 1E 76 27 32
Octal 123 262 117 65 0 70 36 166 47 62
Binary 1010011 10110010 1001111 110101 0 111000 11110 1110110 100111 110010

Color Harmonies of #53B24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B24F

Black with #53B24F

Text Example


Text Example

White with #53B24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,178,79); }

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

background-color css

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

 a { background-color: rgb(83,178,79); }

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

border-color css

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

 span { border-color: rgb(83,178,79); }

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