#AFFEBB

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

Shades of Fringy Flower #AFFEBB

Tints of Fringy Flower #AFFEBB

Color information

#AFFEBB (or 0xAFFEBB) is unknown color: approx Fringy Flower. HEX triplet: AF, FE and BB. RGB value is (175,254,187). Sum of RGB (Red+Green+Blue) = 175+254+187=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEBB is #500144. Grayscale: #DEDEDE. Windows color (decimal): -5243205 or 12320431. OLE color: 12320431.

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

Color convert

RGB175254187-
CMYK0.3100.260.00
HSL129.11º97.53%84.12%-
HSV(B)129.11º31.1%99.61%-
XYZ62.0983.5959.87-
YUV222.74107.8393.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 254 (99.61% from 255) = 41.23%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=28.41%
G=41.23%
B=30.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541870.3100.260.00129.1197.5384.12
HexAFFEBB1F01A0816254
Octal257376273370320201142124
Binary1010111111111110101110111111101101001000000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEBB; }

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

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

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

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

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

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

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

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