#AFFDBD

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

Shades of Fringy Flower #AFFDBD

Tints of Fringy Flower #AFFDBD

Color information

#AFFDBD (or 0xAFFDBD) is unknown color: approx Fringy Flower. HEX triplet: AF, FD and BD. RGB value is (175,253,189). Sum of RGB (Red+Green+Blue) = 175+253+189=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDBD is #500242. Grayscale: #DEDEDE. Windows color (decimal): -5243459 or 12451247. OLE color: 12451247.

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

Color convert

RGB175253189-
CMYK0.3100.250.01
HSL130.77º95.12%83.92%-
HSV(B)130.77º30.83%99.22%-
XYZ61.9983.0460.9-
YUV222.38109.1694.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 253 (99.22% from 255) = 41.00%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=28.36%
G=41.00%
B=30.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531890.3100.250.01130.7795.1283.92
HexAFFDBD1F0191835f54
Octal257375275370311203137124
Binary1010111111111101101111011111101100111000001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDBD; }

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

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

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

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

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

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

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

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