#CEE761

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

Shades of Mindaro #CEE761

Tints of Mindaro #CEE761

Color information

#CEE761 (or 0xCEE761) is unknown color: approx Mindaro. HEX triplet: CE, E7 and 61. RGB value is (206,231,97). Sum of RGB (Red+Green+Blue) = 206+231+97=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE761 is #31189E. Grayscale: #D0D0D0. Windows color (decimal): -3217567 or 6416334. OLE color: 6416334.

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

Color convert

RGB20623197-
CMYK0.1100.580.09
HSL71.19º73.63%64.31%-
HSV(B)71.19º58.01%90.59%-
XYZ56.1971.1422.08-
YUV208.2565.22126.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 231 (90.62% from 255) = 43.26%
BLUE value IS 97 (38.28% from 255) = 18.16%
R=38.58%
G=43.26%
B=18.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206231970.1100.580.0971.1973.6364.31
HexCEE761B03A9474a40
Octal3163471411307211107112100
Binary11001110111001111100001101101110101001100011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE761; }

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

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

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

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

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

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

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

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