#CDF96A

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

Shades of Mindaro #CDF96A

Tints of Mindaro #CDF96A

Color information

#CDF96A (or 0xCDF96A) is unknown color: approx Mindaro. HEX triplet: CD, F9 and 6A. RGB value is (205,249,106). Sum of RGB (Red+Green+Blue) = 205+249+106=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF96A is #320695. Grayscale: #DCDCDC. Windows color (decimal): -3278486 or 7010765. OLE color: 7010765.

HSL color Cylindrical-coordinate representation of color #CDF96A: hue angle of 78.46º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF96A is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB205249106-
CMYK0.1800.570.02
HSL78.46º92.26%69.61%-
HSV(B)78.46º57.43%97.65%-
XYZ61.6581.7726.17-
YUV219.5463.92117.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 249 (97.66% from 255) = 44.46%
BLUE value IS 106 (41.80% from 255) = 18.93%
R=36.61%
G=44.46%
B=18.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491060.1800.570.0278.4692.2669.61
HexCDF96A1203924e5c46
Octal315371152220712116134106
Binary1100110111111001110101010010011100110100111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF96A; }

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

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

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

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

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

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

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

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