#C0F2BF

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

Shades of Fringy Flower #C0F2BF

Tints of Fringy Flower #C0F2BF

Color information

#C0F2BF (or 0xC0F2BF) is unknown color: approx Fringy Flower. HEX triplet: C0, F2 and BF. RGB value is (192,242,191). Sum of RGB (Red+Green+Blue) = 192+242+191=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2BF is #3F0D40. Grayscale: #DDDDDD. Windows color (decimal): -4132161 or 12579520. OLE color: 12579520.

HSL color Cylindrical-coordinate representation of color #C0F2BF: hue angle of 118.82º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2BF is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB192242191-
CMYK0.2100.210.05
HSL118.82º66.23%84.9%-
HSV(B)118.82º21.07%94.9%-
XYZ62.8978.4761.12-
YUV221.24110.94107.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.72%
GREEN value IS 242 (94.92% from 255) = 38.72%
BLUE value IS 191 (75% from 255) = 30.56%
R=30.72%
G=38.72%
B=30.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922421910.2100.210.05118.8266.2384.9
HexC0F2BF150155774255
Octal300362277250255167102125
Binary11000000111100101011111110101010101101111011110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F2BF; }

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

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

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

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

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

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

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

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