#CEF568

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

Shades of Mindaro #CEF568

Tints of Mindaro #CEF568

Color information

#CEF568 (or 0xCEF568) is unknown color: approx Mindaro. HEX triplet: CE, F5 and 68. RGB value is (206,245,104). Sum of RGB (Red+Green+Blue) = 206+245+104=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF568 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF568 is #310A97. Grayscale: #D9D9D9. Windows color (decimal): -3213976 or 6878670. OLE color: 6878670.

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

Color convert

RGB206245104-
CMYK0.1600.580.04
HSL76.6º87.58%68.43%-
HSV(B)76.6º57.55%96.08%-
XYZ60.679.4325.23-
YUV217.2664.08119.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 245 (96.09% from 255) = 44.14%
BLUE value IS 104 (41.02% from 255) = 18.74%
R=37.12%
G=44.14%
B=18.74%

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
Decimal2062451040.1600.580.0476.687.5868.43
HexCEF5681003A44d5844
Octal316365150200724115130104
Binary11001110111101011101000100000111010100100110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF568; }

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

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

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

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

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

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

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

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