#CDF86A

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

Shades of Mindaro #CDF86A

Tints of Mindaro #CDF86A

Color information

#CDF86A (or 0xCDF86A) is unknown color: approx Mindaro. HEX triplet: CD, F8 and 6A. RGB value is (205,248,106). Sum of RGB (Red+Green+Blue) = 205+248+106=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF86A is #320795. Grayscale: #DBDBDB. Windows color (decimal): -3278742 or 7010509. OLE color: 7010509.

HSL color Cylindrical-coordinate representation of color #CDF86A: hue angle of 78.17º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF86A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB205248106-
CMYK0.1700.570.03
HSL78.17º91.03%69.41%-
HSV(B)78.17º57.26%97.25%-
XYZ61.3581.1526.07-
YUV218.9664.25118.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 248 (97.27% from 255) = 44.36%
BLUE value IS 106 (41.80% from 255) = 18.96%
R=36.67%
G=44.36%
B=18.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052481060.1700.570.0378.1791.0369.41
HexCDF86A1103934e5b45
Octal315370152210713116133105
Binary1100110111111000110101010001011100111100111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF86A; }

 p { color: rgb(205,248,106); }

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

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

 a { background-color: rgb(205,248,106); }

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

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

 span { border-color: rgb(205,248,106); }

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