#CCE762

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

Shades of Mindaro #CCE762

Tints of Mindaro #CCE762

Color information

#CCE762 (or 0xCCE762) is unknown color: approx Mindaro. HEX triplet: CC, E7 and 62. RGB value is (204,231,98). Sum of RGB (Red+Green+Blue) = 204+231+98=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE762 is #33189D. Grayscale: #D0D0D0. Windows color (decimal): -3348638 or 6481868. OLE color: 6481868.

HSL color Cylindrical-coordinate representation of color #CCE762: hue angle of 72.18º degrees, saturation: 0.73, 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 #CCE762 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB20423198-
CMYK0.1200.580.09
HSL72.18º73.48%64.51%-
HSV(B)72.18º57.58%90.59%-
XYZ55.6870.8722.3-
YUV207.7666.05125.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 231 (90.62% from 255) = 43.34%
BLUE value IS 98 (38.67% from 255) = 18.39%
R=38.27%
G=43.34%
B=18.39%

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
Decimal204231980.1200.580.0972.1873.4864.51
HexCCE762C03A9484941
Octal3143471421407211110111101
Binary11001100111001111100010110001110101001100100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE762; }

 p { color: rgb(204,231,98); }

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

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

 a { background-color: rgb(204,231,98); }

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

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

 span { border-color: rgb(204,231,98); }

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