#ADFDB7

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

Shades of Fringy Flower #ADFDB7

Tints of Fringy Flower #ADFDB7

Color information

#ADFDB7 (or 0xADFDB7) is unknown color: approx Fringy Flower. HEX triplet: AD, FD and B7. RGB value is (173,253,183). Sum of RGB (Red+Green+Blue) = 173+253+183=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDB7 is #520248. Grayscale: #DDDDDD. Windows color (decimal): -5374537 or 12058029. OLE color: 12058029.

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

Color convert

RGB173253183-
CMYK0.3200.280.01
HSL127.5º95.24%83.53%-
HSV(B)127.5º31.62%99.22%-
XYZ60.9182.5557.52-
YUV221.1106.593.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 253 (99.22% from 255) = 41.54%
BLUE value IS 183 (71.88% from 255) = 30.05%
R=28.41%
G=41.54%
B=30.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531830.3200.280.01127.595.2483.53
HexADFDB72001C1805f54
Octal255375267400341200137124
Binary10101101111111011011011110000001110011000000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDB7; }

 p { color: rgb(173,253,183); }

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

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

 a { background-color: rgb(173,253,183); }

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

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

 span { border-color: rgb(173,253,183); }

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