#CEF769

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

Shades of Mindaro #CEF769

Tints of Mindaro #CEF769

Color information

#CEF769 (or 0xCEF769) is unknown color: approx Mindaro. HEX triplet: CE, F7 and 69. RGB value is (206,247,105). Sum of RGB (Red+Green+Blue) = 206+247+105=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF769 is #310896. Grayscale: #DBDBDB. Windows color (decimal): -3213463 or 6944718. OLE color: 6944718.

HSL color Cylindrical-coordinate representation of color #CEF769: hue angle of 77.32º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEF769 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB206247105-
CMYK0.1700.570.03
HSL77.32º89.87%69.02%-
HSV(B)77.32º57.49%96.86%-
XYZ61.2680.6625.71-
YUV218.5563.92119.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 247 (96.88% from 255) = 44.27%
BLUE value IS 105 (41.41% from 255) = 18.82%
R=36.92%
G=44.27%
B=18.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062471050.1700.570.0377.3289.8769.02
HexCEF7691103934d5a45
Octal316367151210713115132105
Binary1100111011110111110100110001011100111100110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF769; }

 p { color: rgb(206,247,105); }

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

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

 a { background-color: rgb(206,247,105); }

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

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

 span { border-color: rgb(206,247,105); }

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