#CCE262

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

Shades of Mindaro #CCE262

Tints of Mindaro #CCE262

Color information

#CCE262 (or 0xCCE262) is unknown color: approx Mindaro. HEX triplet: CC, E2 and 62. RGB value is (204,226,98). Sum of RGB (Red+Green+Blue) = 204+226+98=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE262 is #331D9D. Grayscale: #CDCDCD. Windows color (decimal): -3349918 or 6480588. OLE color: 6480588.

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

Color convert

RGB20422698-
CMYK0.1000.570.11
HSL70.31º68.82%63.53%-
HSV(B)70.31º56.64%88.63%-
XYZ54.368.1121.84-
YUV204.8367.71127.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 226 (88.67% from 255) = 42.80%
BLUE value IS 98 (38.67% from 255) = 18.56%
R=38.64%
G=42.80%
B=18.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal204226980.1000.570.1170.3168.8263.53
HexCCE262A039B464540
Octal3143421421207113106105100
Binary11001100111000101100010101001110011011100011010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE262; }

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

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

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

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

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

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

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

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