#CDE165

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

Shades of Mindaro #CDE165

Tints of Mindaro #CDE165

Color information

#CDE165 (or 0xCDE165) is unknown color: approx Mindaro. HEX triplet: CD, E1 and 65. RGB value is (205,225,101). Sum of RGB (Red+Green+Blue) = 205+225+101=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE165 is #321E9A. Grayscale: #CDCDCD. Windows color (decimal): -3284635 or 6676941. OLE color: 6676941.

HSL color Cylindrical-coordinate representation of color #CDE165: hue angle of 69.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE165 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB205225101-
CMYK0.0900.550.12
HSL69.68º67.39%63.92%-
HSV(B)69.68º55.11%88.24%-
XYZ54.4567.7722.52-
YUV204.8869.37128.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 101 (39.84% from 255) = 19.02%
R=38.61%
G=42.37%
B=19.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251010.0900.550.1269.6867.3963.92
HexCDE1659037C464340
Octal3153411451106714106103100
Binary11001101111000011100101100101101111100100011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE165; }

 p { color: rgb(205,225,101); }

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

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

 a { background-color: rgb(205,225,101); }

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

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

 span { border-color: rgb(205,225,101); }

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