Html Css Color HEX #55B754 Fruit Salad

📋 copy color: '#55B754'

red 85 ◦ green 183 ◦ blue 84

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

Shades of Fruit Salad #55B754

Tints of Fruit Salad #55B754

RGB

 RED value IS 85 (33.59% from 255) = 24.15%

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

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

R = 24.15%
G = 51.99%
B = 23.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#55B754 (or 0x55B754) is known color: Fruit Salad. HEX triplet: 55, B7 and 54. RGB value is (85,183,84). Sum of RGB (Red+Green+Blue) = 85+183+84=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #55B754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B754 is #AA48AB. Grayscale: #8E8E8E. Windows color (decimal): -11159724 or 5551957. OLE color: 5551957.

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

Color convert

RGB 85 183 84 -
CMYK 0.54 0 0.54 0.28
HSL 119.39º 0.41% 0.52% -
HSV(B) 119.39º 0.54% 0.72% -
XYZ 22.28 36.44 14.25 -
YUV 142.41 95.03 87.05 -
System Red Green Blue C M Y K H S L
Decimal 85 183 84 0.54 0 0.54 0.28 119.39 0.41 0.52
Hex 55 B7 54 36 0 36 1C 77 29 34
Octal 125 267 124 66 0 66 34 167 51 64
Binary 1010101 10110111 1010100 110110 0 110110 11100 1110111 101001 110100

Color Harmonies of #55B754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B754

Black with #55B754

Text Example


Text Example

White with #55B754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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