#CDDF6F

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

Shades of Mindaro #CDDF6F

Tints of Mindaro #CDDF6F

Color information

#CDDF6F (or 0xCDDF6F) is unknown color: approx Mindaro. HEX triplet: CD, DF and 6F. RGB value is (205,223,111). Sum of RGB (Red+Green+Blue) = 205+223+111=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF6F is #322090. Grayscale: #CDCDCD. Windows color (decimal): -3285137 or 7331789. OLE color: 7331789.

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

Color convert

RGB205223111-
CMYK0.0800.500.13
HSL69.64º63.64%65.49%-
HSV(B)69.64º50.22%87.45%-
XYZ54.4366.925.08-
YUV204.8575.04128.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 111 (43.75% from 255) = 20.59%
R=38.03%
G=41.37%
B=20.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231110.0800.500.1369.6463.6465.49
HexCDDF6F8032D464041
Octal3153371571006215106100101
Binary11001101110111111101111100001100101101100011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDF6F; }

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

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

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

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

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

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

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

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