#AFFEBF

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

Shades of Fringy Flower #AFFEBF

Tints of Fringy Flower #AFFEBF

Color information

#AFFEBF (or 0xAFFEBF) is unknown color: approx Fringy Flower. HEX triplet: AF, FE and BF. RGB value is (175,254,191). Sum of RGB (Red+Green+Blue) = 175+254+191=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEBF is #500140. Grayscale: #DFDFDF. Windows color (decimal): -5243201 or 12582575. OLE color: 12582575.

HSL color Cylindrical-coordinate representation of color #AFFEBF: hue angle of 132.15º 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 #AFFEBF is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB175254191-
CMYK0.3100.250.00
HSL132.15º97.53%84.12%-
HSV(B)132.15º31.1%99.61%-
XYZ62.5283.7662.16-
YUV223.2109.8393.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 191 (75% from 255) = 30.81%
R=28.23%
G=40.97%
B=30.81%

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
Decimal1752541910.3100.250.00132.1597.5384.12
HexAFFEBF1F0190846254
Octal257376277370310204142124
Binary1010111111111110101111111111101100101000010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEBF; }

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

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

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

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

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

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

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

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