#AFFEBE

Color #AFFEBE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AFFEBE

Tints of Fringy Flower #AFFEBE

Color information

#AFFEBE (or 0xAFFEBE) is unknown color: approx Fringy Flower. HEX triplet: AF, FE and BE. RGB value is (175,254,190). Sum of RGB (Red+Green+Blue) = 175+254+190=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEBE is #500141. Grayscale: #DFDFDF. Windows color (decimal): -5243202 or 12517039. OLE color: 12517039.

HSL color Cylindrical-coordinate representation of color #AFFEBE: hue angle of 131.39º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEBE is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB175254190-
CMYK0.3100.250.00
HSL131.39º97.53%84.12%-
HSV(B)131.39º31.1%99.61%-
XYZ62.4283.7261.58-
YUV223.08109.3393.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 254 (99.61% from 255) = 41.03%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=28.27%
G=41.03%
B=30.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541900.3100.250.00131.3997.5384.12
HexAFFEBE1F0190836254
Octal257376276370310203142124
Binary1010111111111110101111101111101100101000001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEBE; }

 p { color: rgb(175,254,190); }

 H1.HeaderClassName
 {
   color: #AFFEBE;
 }
 .AnyTagClassName
 {
   color: #AFFEBE;
 }
</style>
background-color css

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

 a { background-color: rgb(175,254,190); }

 div.DivClassName
 {
   background-color: #AFFEBE;
 }
 .BgClassName
 {
   background-color: #AFFEBE;
 }
</style>
border-color css

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

 span { border-color: rgb(175,254,190); }

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