Html Css Color HEX #55AF58 Fruit Salad

📋 copy color: '#55AF58'

red 85 ◦ green 175 ◦ blue 88

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

Shades of Fruit Salad #55AF58

Tints of Fruit Salad #55AF58

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.29%

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 24.43%
G = 50.29%
B = 25.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#55AF58 (or 0x55AF58) is known color: Fruit Salad. HEX triplet: 55, AF and 58. RGB value is (85,175,88). Sum of RGB (Red+Green+Blue) = 85+175+88=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF58 is #AA50A7. Grayscale: #8A8A8A. Windows color (decimal): -11161768 or 5812053. OLE color: 5812053.

HSL color Cylindrical-coordinate representation of color #55AF58: hue angle of 122º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF58 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 175 88 -
CMYK 0.51 0 0.50 0.31
HSL 122º 0.36% 0.51% -
HSV(B) 122º 0.51% 0.69% -
XYZ 20.84 33.3 14.56 -
YUV 138.17 99.68 90.07 -
System Red Green Blue C M Y K H S L
Decimal 85 175 88 0.51 0 0.50 0.31 122 0.36 0.51
Hex 55 AF 58 33 0 32 1F 7A 24 33
Octal 125 257 130 63 0 62 37 172 44 63
Binary 1010101 10101111 1011000 110011 0 110010 11111 1111010 100100 110011

Color Harmonies of #55AF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF58

Black with #55AF58

Text Example


Text Example

White with #55AF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,175,88); }

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

background-color css

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

 a { background-color: rgb(85,175,88); }

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

border-color css

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

 span { border-color: rgb(85,175,88); }

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