#C0EDBF

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

Shades of Fringy Flower #C0EDBF

Tints of Fringy Flower #C0EDBF

Color information

#C0EDBF (or 0xC0EDBF) is unknown color: approx Fringy Flower. HEX triplet: C0, ED and BF. RGB value is (192,237,191). Sum of RGB (Red+Green+Blue) = 192+237+191=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDBF is #3F1240. Grayscale: #DADADA. Windows color (decimal): -4133441 or 12578240. OLE color: 12578240.

HSL color Cylindrical-coordinate representation of color #C0EDBF: hue angle of 118.7º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDBF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB192237191-
CMYK0.1900.190.07
HSL118.7º56.1%83.92%-
HSV(B)118.7º19.41%92.94%-
XYZ61.4375.5460.63-
YUV218.3112.59109.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 191 (75% from 255) = 30.81%
R=30.97%
G=38.23%
B=30.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922371910.1900.190.07118.756.183.92
HexC0EDBF130137773854
Octal30035527723023716770124
Binary1100000011101101101111111001101001111111101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EDBF; }

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

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

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

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

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

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

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

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