#CDF766

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

Shades of Mindaro #CDF766

Tints of Mindaro #CDF766

Color information

#CDF766 (or 0xCDF766) is unknown color: approx Mindaro. HEX triplet: CD, F7 and 66. RGB value is (205,247,102). Sum of RGB (Red+Green+Blue) = 205+247+102=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF766 is #320899. Grayscale: #DADADA. Windows color (decimal): -3279002 or 6748109. OLE color: 6748109.

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

Color convert

RGB205247102-
CMYK0.1700.590.03
HSL77.38º90.06%68.43%-
HSV(B)77.38º58.7%96.86%-
XYZ60.8480.4624.89-
YUV217.9162.59118.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 247 (96.88% from 255) = 44.58%
BLUE value IS 102 (40.23% from 255) = 18.41%
R=37.00%
G=44.58%
B=18.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052471020.1700.590.0377.3890.0668.43
HexCDF7661103B34d5a44
Octal315367146210733115132104
Binary1100110111110111110011010001011101111100110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF766; }

 p { color: rgb(205,247,102); }

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

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

 a { background-color: rgb(205,247,102); }

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

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

 span { border-color: rgb(205,247,102); }

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