#AFFFBF

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

Shades of Fringy Flower #AFFFBF

Tints of Fringy Flower #AFFFBF

Color information

#AFFFBF (or 0xAFFFBF) is unknown color: approx Fringy Flower. HEX triplet: AF, FF and BF. RGB value is (175,255,191). Sum of RGB (Red+Green+Blue) = 175+255+191=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFBF is #500040. Grayscale: #DFDFDF. Windows color (decimal): -5242945 or 12582831. OLE color: 12582831.

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

Color convert

RGB175255191-
CMYK0.3100.250
HSL132º100%84.31%-
HSV(B)132º31.37%100%-
XYZ62.8484.462.27-
YUV223.78109.593.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 255 (100% from 255) = 41.06%
BLUE value IS 191 (75% from 255) = 30.76%
R=28.18%
G=41.06%
B=30.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551910.3100.25013210084.31
HexAFFFBF1F0190846454
Octal257377277370310204144124
Binary1010111111111111101111111111101100101000010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFBF; }

 p { color: rgb(175,255,191); }

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

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

 a { background-color: rgb(175,255,191); }

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

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

 span { border-color: rgb(175,255,191); }

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