#CEE662

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

Shades of Mindaro #CEE662

Tints of Mindaro #CEE662

Color information

#CEE662 (or 0xCEE662) is unknown color: approx Mindaro. HEX triplet: CE, E6 and 62. RGB value is (206,230,98). Sum of RGB (Red+Green+Blue) = 206+230+98=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE662 is #31199D. Grayscale: #D0D0D0. Windows color (decimal): -3217822 or 6481614. OLE color: 6481614.

HSL color Cylindrical-coordinate representation of color #CEE662: hue angle of 70.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEE662 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB20623098-
CMYK0.1000.570.10
HSL70.91º72.53%64.31%-
HSV(B)70.91º57.39%90.2%-
XYZ55.9670.622.23-
YUV207.7866.05126.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 230 (90.23% from 255) = 43.07%
BLUE value IS 98 (38.67% from 255) = 18.35%
R=38.58%
G=43.07%
B=18.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal206230980.1000.570.1070.9172.5364.31
HexCEE662A039A474940
Octal3163461421207112107111100
Binary11001110111001101100010101001110011010100011110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE662; }

 p { color: rgb(206,230,98); }

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

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

 a { background-color: rgb(206,230,98); }

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

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

 span { border-color: rgb(206,230,98); }

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