#CCEA5D

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

Shades of Mindaro #CCEA5D

Tints of Mindaro #CCEA5D

Color information

#CCEA5D (or 0xCCEA5D) is unknown color: approx Mindaro. HEX triplet: CC, EA and 5D. RGB value is (204,234,93). Sum of RGB (Red+Green+Blue) = 204+234+93=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA5D is #3315A2. Grayscale: #D1D1D1. Windows color (decimal): -3347875 or 6154956. OLE color: 6154956.

HSL color Cylindrical-coordinate representation of color #CCEA5D: hue angle of 72.77º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCEA5D is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB20423493-
CMYK0.1300.600.08
HSL72.77º77.05%64.12%-
HSV(B)72.77º60.26%91.76%-
XYZ56.372.4721.38-
YUV208.9662.56124.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 234 (91.80% from 255) = 44.07%
BLUE value IS 93 (36.72% from 255) = 17.51%
R=38.42%
G=44.07%
B=17.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal204234930.1300.600.0872.7777.0564.12
HexCCEA5DD03C8494d40
Octal3143521351507410111115100
Binary11001100111010101011101110101111001000100100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEA5D; }

 p { color: rgb(204,234,93); }

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

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

 a { background-color: rgb(204,234,93); }

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

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

 span { border-color: rgb(204,234,93); }

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