#9DF2B7

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

Shades of Fringy Flower #9DF2B7

Tints of Fringy Flower #9DF2B7

Color information

#9DF2B7 (or 0x9DF2B7) is unknown color: approx Fringy Flower. HEX triplet: 9D, F2 and B7. RGB value is (157,242,183). Sum of RGB (Red+Green+Blue) = 157+242+183=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF2B7 is #620D48. Grayscale: #D2D2D2. Windows color (decimal): -6425929 or 12055197. OLE color: 12055197.

HSL color Cylindrical-coordinate representation of color #9DF2B7: hue angle of 138.35º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF2B7 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB157242183-
CMYK0.3500.240.05
HSL138.35º76.58%78.24%-
HSV(B)138.35º35.12%94.9%-
XYZ54.274.0956.24-
YUV209.86112.8490.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.98%
GREEN value IS 242 (94.92% from 255) = 41.58%
BLUE value IS 183 (71.88% from 255) = 31.44%
R=26.98%
G=41.58%
B=31.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572421830.3500.240.05138.3576.5878.24
Hex9DF2B72301858a4d4e
Octal235362267430305212115116
Binary1001110111110010101101111000110110001011000101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DF2B7; }

 p { color: rgb(157,242,183); }

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

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

 a { background-color: rgb(157,242,183); }

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

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

 span { border-color: rgb(157,242,183); }

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