#CDDD68

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

Shades of Mindaro #CDDD68

Tints of Mindaro #CDDD68

Color information

#CDDD68 (or 0xCDDD68) is unknown color: approx Mindaro. HEX triplet: CD, DD and 68. RGB value is (205,221,104). Sum of RGB (Red+Green+Blue) = 205+221+104=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD68 is #322297. Grayscale: #CBCBCB. Windows color (decimal): -3285656 or 6872525. OLE color: 6872525.

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

Color convert

RGB205221104-
CMYK0.0700.530.13
HSL68.21º63.24%63.73%-
HSV(B)68.21º52.94%86.67%-
XYZ53.5365.6922.95-
YUV202.8872.2129.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 104 (41.02% from 255) = 19.62%
R=38.68%
G=41.70%
B=19.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211040.0700.530.1368.2163.2463.73
HexCDDD687035D443f40
Octal31533515070651510477100
Binary110011011101110111010001110110101110110001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD68; }

 p { color: rgb(205,221,104); }

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

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

 a { background-color: rgb(205,221,104); }

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

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

 span { border-color: rgb(205,221,104); }

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