#AFFBBD

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

Shades of Fringy Flower #AFFBBD

Tints of Fringy Flower #AFFBBD

Color information

#AFFBBD (or 0xAFFBBD) is unknown color: approx Fringy Flower. HEX triplet: AF, FB and BD. RGB value is (175,251,189). Sum of RGB (Red+Green+Blue) = 175+251+189=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBBD is #500442. Grayscale: #DDDDDD. Windows color (decimal): -5243971 or 12450735. OLE color: 12450735.

HSL color Cylindrical-coordinate representation of color #AFFBBD: hue angle of 131.05º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBBD is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB175251189-
CMYK0.3000.250.02
HSL131.05º90.48%83.53%-
HSV(B)131.05º30.28%98.43%-
XYZ61.3681.7860.7-
YUV221.21109.8295.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 189 (74.22% from 255) = 30.73%
R=28.46%
G=40.81%
B=30.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511890.3000.250.02131.0590.4883.53
HexAFFBBD1E0192835a54
Octal257373275360312203132124
Binary10101111111110111011110111110011001101000001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBBD; }

 p { color: rgb(175,251,189); }

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

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

 a { background-color: rgb(175,251,189); }

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

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

 span { border-color: rgb(175,251,189); }

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