#CFEC65

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

Shades of Mindaro #CFEC65

Tints of Mindaro #CFEC65

Color information

#CFEC65 (or 0xCFEC65) is unknown color: approx Mindaro. HEX triplet: CF, EC and 65. RGB value is (207,236,101). Sum of RGB (Red+Green+Blue) = 207+236+101=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC65 is #30139A. Grayscale: #D4D4D4. Windows color (decimal): -3150747 or 6679759. OLE color: 6679759.

HSL color Cylindrical-coordinate representation of color #CFEC65: hue angle of 72.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFEC65 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB207236101-
CMYK0.1200.570.07
HSL72.89º78.03%66.08%-
HSV(B)72.89º57.2%92.55%-
XYZ58.0874.223.57-
YUV211.9465.39124.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 101 (39.84% from 255) = 18.57%
R=38.05%
G=43.38%
B=18.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361010.1200.570.0772.8978.0366.08
HexCFEC65C0397494e42
Octal317354145140717111116102
Binary1100111111101100110010111000111001111100100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEC65; }

 p { color: rgb(207,236,101); }

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

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

 a { background-color: rgb(207,236,101); }

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

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

 span { border-color: rgb(207,236,101); }

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