#CDDF74

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

Shades of Mindaro #CDDF74

Tints of Mindaro #CDDF74

Color information

#CDDF74 (or 0xCDDF74) is unknown color: approx Mindaro. HEX triplet: CD, DF and 74. RGB value is (205,223,116). Sum of RGB (Red+Green+Blue) = 205+223+116=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF74 is #32208B. Grayscale: #CDCDCD. Windows color (decimal): -3285132 or 7659469. OLE color: 7659469.

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

Color convert

RGB205223116-
CMYK0.0800.480.13
HSL70.09º62.57%66.47%-
HSV(B)70.09º47.98%87.45%-
XYZ54.7267.0226.57-
YUV205.4277.54127.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 116 (45.70% from 255) = 21.32%
R=37.68%
G=40.99%
B=21.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231160.0800.480.1370.0962.5766.47
HexCDDF748030D463f42
Octal315337164100601510677102
Binary1100110111011111111010010000110000110110001101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDF74; }

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

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

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

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

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

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

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

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