#CCED68

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

Shades of Mindaro #CCED68

Tints of Mindaro #CCED68

Color information

#CCED68 (or 0xCCED68) is unknown color: approx Mindaro. HEX triplet: CC, ED and 68. RGB value is (204,237,104). Sum of RGB (Red+Green+Blue) = 204+237+104=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED68 is #331297. Grayscale: #D4D4D4. Windows color (decimal): -3347096 or 6876620. OLE color: 6876620.

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

Color convert

RGB204237104-
CMYK0.1400.560.07
HSL74.89º78.7%66.86%-
HSV(B)74.89º56.12%92.94%-
XYZ57.6874.4124.42-
YUV211.9767.07122.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 104 (41.02% from 255) = 19.08%
R=37.43%
G=43.49%
B=19.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371040.1400.560.0774.8978.766.86
HexCCED68E03874b4f43
Octal314355150160707113117103
Binary1100110011101101110100011100111000111100101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCED68; }

 p { color: rgb(204,237,104); }

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

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

 a { background-color: rgb(204,237,104); }

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

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

 span { border-color: rgb(204,237,104); }

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