Html Css Color HEX #53B24E Fruit Salad

📋 copy color: '#53B24E'

red 83 ◦ green 178 ◦ blue 78

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

Shades of Fruit Salad #53B24E

Tints of Fruit Salad #53B24E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 24.48%
G = 52.51%
B = 23.01%

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

#53B24E (or 0x53B24E) is known color: Fruit Salad. HEX triplet: 53, B2 and 4E. RGB value is (83,178,78). Sum of RGB (Red+Green+Blue) = 83+178+78=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #53B24E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B24E is #AC4DB1. Grayscale: #8A8A8A. Windows color (decimal): -11292082 or 5157459. OLE color: 5157459.

HSL color Cylindrical-coordinate representation of color #53B24E: hue angle of 117º 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 #53B24E is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 78 -
CMYK 0.53 0 0.56 0.30
HSL 117º 0.39% 0.5% -
HSV(B) 117º 0.56% 0.7% -
XYZ 20.86 34.23 12.72 -
YUV 138.2 94.03 88.63 -
System Red Green Blue C M Y K H S L
Decimal 83 178 78 0.53 0 0.56 0.30 117 0.39 0.5
Hex 53 B2 4E 35 0 38 1E 75 27 32
Octal 123 262 116 65 0 70 36 165 47 62
Binary 1010011 10110010 1001110 110101 0 111000 11110 1110101 100111 110010

Color Harmonies of #53B24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B24E

Black with #53B24E

Text Example


Text Example

White with #53B24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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