#C0F7BF

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

Shades of Fringy Flower #C0F7BF

Tints of Fringy Flower #C0F7BF

Color information

#C0F7BF (or 0xC0F7BF) is unknown color: approx Fringy Flower. HEX triplet: C0, F7 and BF. RGB value is (192,247,191). Sum of RGB (Red+Green+Blue) = 192+247+191=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7BF is #3F0840. Grayscale: #E0E0E0. Windows color (decimal): -4130881 or 12580800. OLE color: 12580800.

HSL color Cylindrical-coordinate representation of color #C0F7BF: hue angle of 118.93º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F7BF is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB192247191-
CMYK0.2200.230.03
HSL118.93º77.78%85.88%-
HSV(B)118.93º22.67%96.86%-
XYZ64.481.4961.62-
YUV224.17109.28105.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.48%
GREEN value IS 247 (96.88% from 255) = 39.21%
BLUE value IS 191 (75% from 255) = 30.32%
R=30.48%
G=39.21%
B=30.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922471910.2200.230.03118.9377.7885.88
HexC0F7BF160173774e56
Octal300367277260273167116126
Binary1100000011110111101111111011001011111111011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F7BF; }

 p { color: rgb(192,247,191); }

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

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

 a { background-color: rgb(192,247,191); }

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

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

 span { border-color: rgb(192,247,191); }

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