#C0EEBD

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

Shades of Fringy Flower #C0EEBD

Tints of Fringy Flower #C0EEBD

Color information

#C0EEBD (or 0xC0EEBD) is unknown color: approx Fringy Flower. HEX triplet: C0, EE and BD. RGB value is (192,238,189). Sum of RGB (Red+Green+Blue) = 192+238+189=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEBD is #3F1142. Grayscale: #DADADA. Windows color (decimal): -4133187 or 12447424. OLE color: 12447424.

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

Color convert

RGB192238189-
CMYK0.1900.210.07
HSL116.33º59.04%83.73%-
HSV(B)116.33º20.59%93.33%-
XYZ61.576.0359.58-
YUV218.66111.26108.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=31.02%
G=38.45%
B=30.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922381890.1900.210.07116.3359.0483.73
HexC0EEBD130157743b54
Octal30035627523025716473124
Binary1100000011101110101111011001101010111111101001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EEBD; }

 p { color: rgb(192,238,189); }

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

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

 a { background-color: rgb(192,238,189); }

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

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

 span { border-color: rgb(192,238,189); }

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