#CEF668

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

Shades of Mindaro #CEF668

Tints of Mindaro #CEF668

Color information

#CEF668 (or 0xCEF668) is unknown color: approx Mindaro. HEX triplet: CE, F6 and 68. RGB value is (206,246,104). Sum of RGB (Red+Green+Blue) = 206+246+104=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF668 is #310997. Grayscale: #DADADA. Windows color (decimal): -3213720 or 6878926. OLE color: 6878926.

HSL color Cylindrical-coordinate representation of color #CEF668: hue angle of 76.9º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEF668 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB206246104-
CMYK0.1600.580.04
HSL76.9º88.75%68.63%-
HSV(B)76.9º57.72%96.47%-
XYZ60.9180.0325.33-
YUV217.8563.75119.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 246 (96.48% from 255) = 44.24%
BLUE value IS 104 (41.02% from 255) = 18.71%
R=37.05%
G=44.24%
B=18.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062461040.1600.580.0476.988.7568.63
HexCEF6681003A44d5945
Octal316366150200724115131105
Binary11001110111101101101000100000111010100100110110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF668; }

 p { color: rgb(206,246,104); }

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

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

 a { background-color: rgb(206,246,104); }

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

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

 span { border-color: rgb(206,246,104); }

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