#CDF65D

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

Shades of Mindaro #CDF65D

Tints of Mindaro #CDF65D

Color information

#CDF65D (or 0xCDF65D) is unknown color: approx Mindaro. HEX triplet: CD, F6 and 5D. RGB value is (205,246,93). Sum of RGB (Red+Green+Blue) = 205+246+93=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF65D is #3209A2. Grayscale: #D8D8D8. Windows color (decimal): -3279267 or 6158029. OLE color: 6158029.

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

Color convert

RGB20524693-
CMYK0.1700.620.04
HSL76.08º89.47%66.47%-
HSV(B)76.08º62.2%96.47%-
XYZ60.1179.6822.57-
YUV216.358.42119.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 246 (96.48% from 255) = 45.22%
BLUE value IS 93 (36.72% from 255) = 17.10%
R=37.68%
G=45.22%
B=17.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205246930.1700.620.0476.0889.4766.47
HexCDF65D1103E44c5942
Octal315366135210764114131102
Binary11001101111101101011101100010111110100100110010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF65D; }

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

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

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

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

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

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

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

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