#CDF662

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

Shades of Mindaro #CDF662

Tints of Mindaro #CDF662

Color information

#CDF662 (or 0xCDF662) is unknown color: approx Mindaro. HEX triplet: CD, F6 and 62. RGB value is (205,246,98). Sum of RGB (Red+Green+Blue) = 205+246+98=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF662 is #32099D. Grayscale: #D9D9D9. Windows color (decimal): -3279262 or 6485709. OLE color: 6485709.

HSL color Cylindrical-coordinate representation of color #CDF662: hue angle of 76.62º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF662 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB20524698-
CMYK0.1700.600.04
HSL76.62º89.16%67.45%-
HSV(B)76.62º60.16%96.47%-
XYZ60.3479.7723.77-
YUV216.8760.92119.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 246 (96.48% from 255) = 44.81%
BLUE value IS 98 (38.67% from 255) = 17.85%
R=37.34%
G=44.81%
B=17.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205246980.1700.600.0476.6289.1667.45
HexCDF6621103C44d5943
Octal315366142210744115131103
Binary11001101111101101100010100010111100100100110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF662; }

 p { color: rgb(205,246,98); }

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

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

 a { background-color: rgb(205,246,98); }

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

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

 span { border-color: rgb(205,246,98); }

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