#CFE164

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

Shades of Mindaro #CFE164

Tints of Mindaro #CFE164

Color information

#CFE164 (or 0xCFE164) is unknown color: approx Mindaro. HEX triplet: CF, E1 and 64. RGB value is (207,225,100). Sum of RGB (Red+Green+Blue) = 207+225+100=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE164 is #301E9B. Grayscale: #CDCDCD. Windows color (decimal): -3153564 or 6611407. OLE color: 6611407.

HSL color Cylindrical-coordinate representation of color #CFE164: hue angle of 68.64º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFE164 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB207225100-
CMYK0.0800.560.12
HSL68.64º67.57%63.73%-
HSV(B)68.64º55.56%88.24%-
XYZ54.9668.0422.29-
YUV205.3768.54129.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 225 (88.28% from 255) = 42.29%
BLUE value IS 100 (39.45% from 255) = 18.80%
R=38.91%
G=42.29%
B=18.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251000.0800.560.1268.6467.5763.73
HexCFE1648038C454440
Octal3173411441007014105104100
Binary11001111111000011100100100001110001100100010110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE164; }

 p { color: rgb(207,225,100); }

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

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

 a { background-color: rgb(207,225,100); }

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

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

 span { border-color: rgb(207,225,100); }

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