#CCE75D

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

Shades of Mindaro #CCE75D

Tints of Mindaro #CCE75D

Color information

#CCE75D (or 0xCCE75D) is unknown color: approx Mindaro. HEX triplet: CC, E7 and 5D. RGB value is (204,231,93). Sum of RGB (Red+Green+Blue) = 204+231+93=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 93 (36.72% from 255 or 17.61% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE75D is #3318A2. Grayscale: #CFCFCF. Windows color (decimal): -3348643 or 6154188. OLE color: 6154188.

HSL color Cylindrical-coordinate representation of color #CCE75D: hue angle of 71.74º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE75D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB20423193-
CMYK0.1200.600.09
HSL71.74º74.19%63.53%-
HSV(B)71.74º59.74%90.59%-
XYZ55.4570.7821.1-
YUV207.1963.55125.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 231 (90.62% from 255) = 43.75%
BLUE value IS 93 (36.72% from 255) = 17.61%
R=38.64%
G=43.75%
B=17.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204231930.1200.600.0971.7474.1963.53
HexCCE75DC03C9484a40
Octal3143471351407411110112100
Binary11001100111001111011101110001111001001100100010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE75D; }

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

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

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

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

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

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

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

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