#CDFF66

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

Shades of Mindaro #CDFF66

Tints of Mindaro #CDFF66

Color information

#CDFF66 (or 0xCDFF66) is unknown color: approx Mindaro. HEX triplet: CD, FF and 66. RGB value is (205,255,102). Sum of RGB (Red+Green+Blue) = 205+255+102=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF66 is #320099. Grayscale: #DFDFDF. Windows color (decimal): -3276954 or 6750157. OLE color: 6750157.

HSL color Cylindrical-coordinate representation of color #CDFF66: hue angle of 79.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDFF66 is Cyan = 0.20, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB205255102-
CMYK0.2000.60
HSL79.61º100%70%-
HSV(B)79.61º60%100%-
XYZ63.3485.4625.73-
YUV222.6159.94115.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 102 (40.23% from 255) = 18.15%
R=36.48%
G=45.37%
B=18.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551020.2000.6079.6110070
HexCDFF661403C0506446
Octal315377146240740120144106
Binary110011011111111111001101010001111000101000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFF66; }

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

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

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

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

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

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

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

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