#CDDE65

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

Shades of Mindaro #CDDE65

Tints of Mindaro #CDDE65

Color information

#CDDE65 (or 0xCDDE65) is unknown color: approx Mindaro. HEX triplet: CD, DE and 65. RGB value is (205,222,101). Sum of RGB (Red+Green+Blue) = 205+222+101=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE65 is #32219A. Grayscale: #CBCBCB. Windows color (decimal): -3285403 or 6676173. OLE color: 6676173.

HSL color Cylindrical-coordinate representation of color #CDDE65: hue angle of 68.43º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDDE65 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB205222101-
CMYK0.0800.550.13
HSL68.43º64.71%63.33%-
HSV(B)68.43º54.5%87.06%-
XYZ53.6566.1622.25-
YUV203.1270.37129.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=38.83%
G=42.05%
B=19.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221010.0800.550.1368.4364.7163.33
HexCDDE658037D44413f
Octal315336145100671510410177
Binary1100110111011110110010110000110111110110001001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE65; }

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

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

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

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

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

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

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

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