Html Css Color HEX #53BB4E Fruit Salad

📋 copy color: '#53BB4E'

red 83 ◦ green 187 ◦ blue 78

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

Shades of Fruit Salad #53BB4E

Tints of Fruit Salad #53BB4E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.74%

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

R = 23.85%
G = 53.74%
B = 22.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#53BB4E (or 0x53BB4E) is known color: Fruit Salad. HEX triplet: 53, BB and 4E. RGB value is (83,187,78). Sum of RGB (Red+Green+Blue) = 83+187+78=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BB4E is #AC44B1. Grayscale: #8F8F8F. Windows color (decimal): -11289778 or 5159763. OLE color: 5159763.

HSL color Cylindrical-coordinate representation of color #53BB4E: hue angle of 117.25º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53BB4E is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 78 -
CMYK 0.56 0 0.58 0.27
HSL 117.25º 0.44% 0.52% -
HSV(B) 117.25º 0.58% 0.73% -
XYZ 22.71 37.93 13.33 -
YUV 143.48 91.04 84.86 -
System Red Green Blue C M Y K H S L
Decimal 83 187 78 0.56 0 0.58 0.27 117.25 0.44 0.52
Hex 53 BB 4E 38 0 3A 1B 75 2C 34
Octal 123 273 116 70 0 72 33 165 54 64
Binary 1010011 10111011 1001110 111000 0 111010 11011 1110101 101100 110100

Color Harmonies of #53BB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB4E

Black with #53BB4E

Text Example


Text Example

White with #53BB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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