#CEE961

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

Shades of Mindaro #CEE961

Tints of Mindaro #CEE961

Color information

#CEE961 (or 0xCEE961) is unknown color: approx Mindaro. HEX triplet: CE, E9 and 61. RGB value is (206,233,97). Sum of RGB (Red+Green+Blue) = 206+233+97=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE961 is #31169E. Grayscale: #D1D1D1. Windows color (decimal): -3217055 or 6416846. OLE color: 6416846.

HSL color Cylindrical-coordinate representation of color #CEE961: hue angle of 71.91º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEE961 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB20623397-
CMYK0.1200.580.09
HSL71.91º75.56%64.71%-
HSV(B)71.91º58.37%91.37%-
XYZ56.7572.2622.27-
YUV209.4264.55125.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 233 (91.41% from 255) = 43.47%
BLUE value IS 97 (38.28% from 255) = 18.10%
R=38.43%
G=43.47%
B=18.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206233970.1200.580.0971.9175.5664.71
HexCEE961C03A9484c41
Octal3163511411407211110114101
Binary11001110111010011100001110001110101001100100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE961; }

 p { color: rgb(206,233,97); }

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

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

 a { background-color: rgb(206,233,97); }

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

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

 span { border-color: rgb(206,233,97); }

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