#C0EFBE

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

Shades of Fringy Flower #C0EFBE

Tints of Fringy Flower #C0EFBE

Color information

#C0EFBE (or 0xC0EFBE) is unknown color: approx Fringy Flower. HEX triplet: C0, EF and BE. RGB value is (192,239,190). Sum of RGB (Red+Green+Blue) = 192+239+190=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFBE is #3F1041. Grayscale: #DBDBDB. Windows color (decimal): -4132930 or 12513216. OLE color: 12513216.

HSL color Cylindrical-coordinate representation of color #C0EFBE: hue angle of 117.55º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0EFBE is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB192239190-
CMYK0.2000.210.06
HSL117.55º60.49%84.12%-
HSV(B)117.55º20.5%93.73%-
XYZ61.976.6660.25-
YUV219.36111.43108.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 239 (93.75% from 255) = 38.49%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=30.92%
G=38.49%
B=30.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922391900.2000.210.06117.5560.4984.12
HexC0EFBE140156763c54
Octal30035727624025616674124
Binary1100000011101111101111101010001010111011101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EFBE; }

 p { color: rgb(192,239,190); }

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

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

 a { background-color: rgb(192,239,190); }

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

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

 span { border-color: rgb(192,239,190); }

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