#ADFDBE

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

Shades of Fringy Flower #ADFDBE

Tints of Fringy Flower #ADFDBE

Color information

#ADFDBE (or 0xADFDBE) is unknown color: approx Fringy Flower. HEX triplet: AD, FD and BE. RGB value is (173,253,190). Sum of RGB (Red+Green+Blue) = 173+253+190=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDBE is #520241. Grayscale: #DEDEDE. Windows color (decimal): -5374530 or 12516781. OLE color: 12516781.

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

Color convert

RGB173253190-
CMYK0.3200.250.01
HSL132.75º95.24%83.53%-
HSV(B)132.75º31.62%99.22%-
XYZ61.6582.8561.46-
YUV221.911093.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 190 (74.61% from 255) = 30.84%
R=28.08%
G=41.07%
B=30.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732531900.3200.250.01132.7595.2483.53
HexADFDBE200191855f54
Octal255375276400311205137124
Binary10101101111111011011111010000001100111000010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDBE; }

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

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

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

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

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

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

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

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