#CDF261

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

Shades of Mindaro #CDF261

Tints of Mindaro #CDF261

Color information

#CDF261 (or 0xCDF261) is unknown color: approx Mindaro. HEX triplet: CD, F2 and 61. RGB value is (205,242,97). Sum of RGB (Red+Green+Blue) = 205+242+97=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF261 is #320D9E. Grayscale: #D6D6D6. Windows color (decimal): -3280287 or 6419149. OLE color: 6419149.

HSL color Cylindrical-coordinate representation of color #CDF261: hue angle of 75.31º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF261 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB20524297-
CMYK0.1500.600.05
HSL75.31º84.8%66.47%-
HSV(B)75.31º59.92%94.9%-
XYZ59.0977.3523.12-
YUV214.4161.74121.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 242 (94.92% from 255) = 44.49%
BLUE value IS 97 (38.28% from 255) = 17.83%
R=37.68%
G=44.49%
B=17.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205242970.1500.600.0575.3184.866.47
HexCDF261F03C54b5542
Octal315362141170745113125102
Binary1100110111110010110000111110111100101100101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF261; }

 p { color: rgb(205,242,97); }

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

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

 a { background-color: rgb(205,242,97); }

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

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

 span { border-color: rgb(205,242,97); }

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