#CCE968

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

Shades of Mindaro #CCE968

Tints of Mindaro #CCE968

Color information

#CCE968 (or 0xCCE968) is unknown color: approx Mindaro. HEX triplet: CC, E9 and 68. RGB value is (204,233,104). Sum of RGB (Red+Green+Blue) = 204+233+104=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE968 is #331697. Grayscale: #D2D2D2. Windows color (decimal): -3348120 or 6875596. OLE color: 6875596.

HSL color Cylindrical-coordinate representation of color #CCE968: hue angle of 73.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCE968 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB204233104-
CMYK0.1200.550.09
HSL73.49º74.57%66.08%-
HSV(B)73.49º55.36%91.37%-
XYZ56.5472.1124.04-
YUV209.6268.39123.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 233 (91.41% from 255) = 43.07%
BLUE value IS 104 (41.02% from 255) = 19.22%
R=37.71%
G=43.07%
B=19.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042331040.1200.550.0973.4974.5766.08
HexCCE968C0379494b42
Octal3143511501406711111113102
Binary11001100111010011101000110001101111001100100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE968; }

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

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

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

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

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

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

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

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