#CCDD62

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

Shades of Mindaro #CCDD62

Tints of Mindaro #CCDD62

Color information

#CCDD62 (or 0xCCDD62) is unknown color: approx Mindaro. HEX triplet: CC, DD and 62. RGB value is (204,221,98). Sum of RGB (Red+Green+Blue) = 204+221+98=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD62 is #33229D. Grayscale: #CACACA. Windows color (decimal): -3351198 or 6479308. OLE color: 6479308.

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

Color convert

RGB20422198-
CMYK0.0800.560.13
HSL68.29º64.4%62.55%-
HSV(B)68.29º55.66%86.67%-
XYZ52.9665.4321.39-
YUV201.969.37129.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 98 (38.67% from 255) = 18.74%
R=39.01%
G=42.26%
B=18.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204221980.0800.560.1368.2964.462.55
HexCCDD628038D44403f
Octal314335142100701510410077
Binary1100110011011101110001010000111000110110001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD62; }

 p { color: rgb(204,221,98); }

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

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

 a { background-color: rgb(204,221,98); }

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

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

 span { border-color: rgb(204,221,98); }

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