#cde261

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

Shades of Mindaro #CDE261

Tints of Mindaro #CDE261

Color information

#CDE261 (or 0xCDE261) is unknown color: approx Mindaro. HEX triplet: CD, E2 and 61. RGB value is (205,226,97). Sum of RGB (Red+Green+Blue) = 205+226+97=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE261 is #321D9E. Grayscale: #CDCDCD. Windows color (decimal): -3284383 or 6415053. OLE color: 6415053.

HSL color Cylindrical-coordinate representation of color #CDE261: hue angle of 69.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDE261 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB20522697-
CMYK0.0900.570.11
HSL69.77º68.98%63.33%-
HSV(B)69.77º57.08%88.63%-
XYZ54.5368.2321.61-
YUV205.0267.04127.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 226 (88.67% from 255) = 42.80%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=38.83%
G=42.80%
B=18.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205226970.0900.570.1169.7768.9863.33
HexCDE2619039B46453f
Octal315342141110711310610577
Binary1100110111100010110000110010111001101110001101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cde261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cde261; }

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

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

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

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

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

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

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

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