#afffbb

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

Shades of Fringy Flower #AFFFBB

Tints of Fringy Flower #AFFFBB

Color information

#AFFFBB (or 0xAFFFBB) is unknown color: approx Fringy Flower. HEX triplet: AF, FF and BB. RGB value is (175,255,187). Sum of RGB (Red+Green+Blue) = 175+255+187=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFBB is #500044. Grayscale: #DFDFDF. Windows color (decimal): -5242949 or 12320687. OLE color: 12320687.

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

Color convert

RGB175255187-
CMYK0.3100.270
HSL129º100%84.31%-
HSV(B)129º31.37%100%-
XYZ62.4184.2259.98-
YUV223.33107.593.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=28.36%
G=41.33%
B=30.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551870.3100.27012910084.31
HexAFFFBB1F01B0816454
Octal257377273370330201144124
Binary1010111111111111101110111111101101101000000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afffbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afffbb; }

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

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

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

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

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

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

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

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