Html Css Color HEX #53B54E Fruit Salad

📋 copy color: '#53B54E'

red 83 ◦ green 181 ◦ blue 78

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

Shades of Fruit Salad #53B54E

Tints of Fruit Salad #53B54E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.92%

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

R = 24.27%
G = 52.92%
B = 22.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#53B54E (or 0x53B54E) is known color: Fruit Salad. HEX triplet: 53, B5 and 4E. RGB value is (83,181,78). Sum of RGB (Red+Green+Blue) = 83+181+78=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #53B54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B54E is #AC4AB1. Grayscale: #8C8C8C. Windows color (decimal): -11291314 or 5158227. OLE color: 5158227.

HSL color Cylindrical-coordinate representation of color #53B54E: hue angle of 117.09º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53B54E is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 181 78 -
CMYK 0.54 0 0.57 0.29
HSL 117.09º 0.41% 0.51% -
HSV(B) 117.09º 0.57% 0.71% -
XYZ 21.47 35.44 12.92 -
YUV 139.96 93.03 87.38 -
System Red Green Blue C M Y K H S L
Decimal 83 181 78 0.54 0 0.57 0.29 117.09 0.41 0.51
Hex 53 B5 4E 36 0 39 1D 75 29 33
Octal 123 265 116 66 0 71 35 165 51 63
Binary 1010011 10110101 1001110 110110 0 111001 11101 1110101 101001 110011

Color Harmonies of #53B54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B54E

Black with #53B54E

Text Example


Text Example

White with #53B54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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