#C8ED66

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

Shades of Mindaro #C8ED66

Tints of Mindaro #C8ED66

Color information

#C8ED66 (or 0xC8ED66) is unknown color: approx Mindaro. HEX triplet: C8, ED and 66. RGB value is (200,237,102). Sum of RGB (Red+Green+Blue) = 200+237+102=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8ED66 is #371299. Grayscale: #D3D3D3. Windows color (decimal): -3609242 or 6745544. OLE color: 6745544.

HSL color Cylindrical-coordinate representation of color #C8ED66: hue angle of 76.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8ED66 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB200237102-
CMYK0.1600.570.07
HSL76.44º78.95%66.47%-
HSV(B)76.44º56.96%92.94%-
XYZ56.573.8123.84-
YUV210.5566.74120.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 237 (92.97% from 255) = 43.97%
BLUE value IS 102 (40.23% from 255) = 18.92%
R=37.11%
G=43.97%
B=18.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002371020.1600.570.0776.4478.9566.47
HexC8ED661003974c4f42
Octal310355146200717114117102
Binary11001000111011011100110100000111001111100110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ED66; }

 p { color: rgb(200,237,102); }

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

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

 a { background-color: rgb(200,237,102); }

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

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

 span { border-color: rgb(200,237,102); }

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