#CDE766

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

Shades of Mindaro #CDE766

Tints of Mindaro #CDE766

Color information

#CDE766 (or 0xCDE766) is unknown color: approx Mindaro. HEX triplet: CD, E7 and 66. RGB value is (205,231,102). Sum of RGB (Red+Green+Blue) = 205+231+102=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE766 is #321899. Grayscale: #D1D1D1. Windows color (decimal): -3283098 or 6744013. OLE color: 6744013.

HSL color Cylindrical-coordinate representation of color #CDE766: hue angle of 72.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDE766 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB205231102-
CMYK0.1100.560.09
HSL72.09º72.88%65.29%-
HSV(B)72.09º55.84%90.59%-
XYZ56.1571.0923.33-
YUV208.5267.89125.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 231 (90.62% from 255) = 42.94%
BLUE value IS 102 (40.23% from 255) = 18.96%
R=38.10%
G=42.94%
B=18.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311020.1100.560.0972.0972.8865.29
HexCDE766B0389484941
Octal3153471461307011110111101
Binary11001101111001111100110101101110001001100100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE766; }

 p { color: rgb(205,231,102); }

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

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

 a { background-color: rgb(205,231,102); }

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

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

 span { border-color: rgb(205,231,102); }

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