#CDDF5E

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

Shades of Mindaro #CDDF5E

Tints of Mindaro #CDDF5E

Color information

#CDDF5E (or 0xCDDF5E) is unknown color: approx Mindaro. HEX triplet: CD, DF and 5E. RGB value is (205,223,94). Sum of RGB (Red+Green+Blue) = 205+223+94=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF5E is #3220A1. Grayscale: #CBCBCB. Windows color (decimal): -3285154 or 6217677. OLE color: 6217677.

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

Color convert

RGB20522394-
CMYK0.0800.580.13
HSL68.37º66.84%62.16%-
HSV(B)68.37º57.85%87.45%-
XYZ53.5866.5620.61-
YUV202.9166.54129.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 94 (37.11% from 255) = 18.01%
R=39.27%
G=42.72%
B=18.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205223940.0800.580.1368.3766.8462.16
HexCDDF5E803AD44433e
Octal315337136100721510410376
Binary1100110111011111101111010000111010110110001001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDF5E; }

 p { color: rgb(205,223,94); }

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

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

 a { background-color: rgb(205,223,94); }

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

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

 span { border-color: rgb(205,223,94); }

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