Html Css Color HEX #53B754 Fruit Salad

📋 copy color: '#53B754'

red 83 ◦ green 183 ◦ blue 84

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

Shades of Fruit Salad #53B754

Tints of Fruit Salad #53B754

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.29%

 BLUE value IS 84 (33.2% from 255) = 24%

R = 23.71%
G = 52.29%
B = 24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#53B754 (or 0x53B754) is known color: Fruit Salad. HEX triplet: 53, B7 and 54. RGB value is (83,183,84). Sum of RGB (Red+Green+Blue) = 83+183+84=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #53B754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B754 is #AC48AB. Grayscale: #8E8E8E. Windows color (decimal): -11290796 or 5551955. OLE color: 5551955.

HSL color Cylindrical-coordinate representation of color #53B754: hue angle of 120.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B754 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 183 84 -
CMYK 0.55 0 0.54 0.28
HSL 120.6º 0.41% 0.52% -
HSV(B) 120.6º 0.55% 0.72% -
XYZ 22.1 36.35 14.24 -
YUV 141.81 95.37 86.05 -
System Red Green Blue C M Y K H S L
Decimal 83 183 84 0.55 0 0.54 0.28 120.6 0.41 0.52
Hex 53 B7 54 37 0 36 1C 79 29 34
Octal 123 267 124 67 0 66 34 171 51 64
Binary 1010011 10110111 1010100 110111 0 110110 11100 1111001 101001 110100

Color Harmonies of #53B754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B754

Black with #53B754

Text Example


Text Example

White with #53B754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,183,84); }

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

background-color css

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

 a { background-color: rgb(83,183,84); }

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

border-color css

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

 span { border-color: rgb(83,183,84); }

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