Html Css Color HEX #55B254 Fruit Salad

📋 copy color: '#55B254'

red 85 ◦ green 178 ◦ blue 84

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

Shades of Fruit Salad #55B254

Tints of Fruit Salad #55B254

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.3%

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

R = 24.5%
G = 51.3%
B = 24.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#55B254 (or 0x55B254) is known color: Fruit Salad. HEX triplet: 55, B2 and 54. RGB value is (85,178,84). Sum of RGB (Red+Green+Blue) = 85+178+84=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #55B254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B254 is #AA4DAB. Grayscale: #8B8B8B. Windows color (decimal): -11161004 or 5550677. OLE color: 5550677.

HSL color Cylindrical-coordinate representation of color #55B254: hue angle of 119.36º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B254 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 178 84 -
CMYK 0.52 0 0.53 0.30
HSL 119.36º 0.38% 0.51% -
HSV(B) 119.36º 0.53% 0.7% -
XYZ 21.27 34.41 13.91 -
YUV 139.48 96.69 89.14 -
System Red Green Blue C M Y K H S L
Decimal 85 178 84 0.52 0 0.53 0.30 119.36 0.38 0.51
Hex 55 B2 54 34 0 35 1E 77 26 33
Octal 125 262 124 64 0 65 36 167 46 63
Binary 1010101 10110010 1010100 110100 0 110101 11110 1110111 100110 110011

Color Harmonies of #55B254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B254

Black with #55B254

Text Example


Text Example

White with #55B254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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