Html Css Color HEX #53BB54 Fruit Salad

📋 copy color: '#53BB54'

red 83 ◦ green 187 ◦ blue 84

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

Shades of Fruit Salad #53BB54

Tints of Fruit Salad #53BB54

RGB

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

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

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

R = 23.45%
G = 52.82%
B = 23.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#53BB54 (or 0x53BB54) is known color: Fruit Salad. HEX triplet: 53, BB and 54. RGB value is (83,187,84). Sum of RGB (Red+Green+Blue) = 83+187+84=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BB54 is #AC44AB. Grayscale: #909090. Windows color (decimal): -11289772 or 5552979. OLE color: 5552979.

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

Color convert

RGB 83 187 84 -
CMYK 0.56 0 0.55 0.27
HSL 120.58º 0.43% 0.53% -
HSV(B) 120.58º 0.56% 0.73% -
XYZ 22.94 38.02 14.52 -
YUV 144.16 94.04 84.38 -
System Red Green Blue C M Y K H S L
Decimal 83 187 84 0.56 0 0.55 0.27 120.58 0.43 0.53
Hex 53 BB 54 38 0 37 1B 79 2B 35
Octal 123 273 124 70 0 67 33 171 53 65
Binary 1010011 10111011 1010100 111000 0 110111 11011 1111001 101011 110101

Color Harmonies of #53BB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB54

Black with #53BB54

Text Example


Text Example

White with #53BB54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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