#CCF65D

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

Shades of Mindaro #CCF65D

Tints of Mindaro #CCF65D

Color information

#CCF65D (or 0xCCF65D) is unknown color: approx Mindaro. HEX triplet: CC, F6 and 5D. RGB value is (204,246,93). Sum of RGB (Red+Green+Blue) = 204+246+93=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF65D is #3309A2. Grayscale: #D8D8D8. Windows color (decimal): -3344803 or 6158028. OLE color: 6158028.

HSL color Cylindrical-coordinate representation of color #CCF65D: hue angle of 76.47º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF65D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB20424693-
CMYK0.1700.620.04
HSL76.47º89.47%66.47%-
HSV(B)76.47º62.2%96.47%-
XYZ59.8379.5422.55-
YUV21658.59119.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 246 (96.48% from 255) = 45.30%
BLUE value IS 93 (36.72% from 255) = 17.13%
R=37.57%
G=45.30%
B=17.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal204246930.1700.620.0476.4789.4766.47
HexCCF65D1103E44c5942
Octal314366135210764114131102
Binary11001100111101101011101100010111110100100110010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF65D; }

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

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

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

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

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

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

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

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